Searched refs:grpcsharp_secure_channel_create (Results 1 – 4 of 4) sorted by relevance
48 return Native.grpcsharp_secure_channel_create(credentials, target, channelArgs); in CreateSecure()
85 …public readonly Delegates.grpcsharp_secure_channel_create_delegate grpcsharp_secure_channel_create; field in Grpc.Core.Internal.NativeMethods185 …this.grpcsharp_secure_channel_create = GetMethodDelegate<Delegates.grpcsharp_secure_channel_create… in NativeMethods()284 … this.grpcsharp_secure_channel_create = DllImportsFromStaticLib.grpcsharp_secure_channel_create; in NativeMethods()383 … this.grpcsharp_secure_channel_create = DllImportsFromSharedLib.grpcsharp_secure_channel_create; in NativeMethods()686 …public static extern ChannelSafeHandle grpcsharp_secure_channel_create(ChannelCredentialsSafeHandl… in grpcsharp_secure_channel_create() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib979 …public static extern ChannelSafeHandle grpcsharp_secure_channel_create(ChannelCredentialsSafeHandl… in grpcsharp_secure_channel_create() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
53 …'ChannelSafeHandle grpcsharp_secure_channel_create(ChannelCredentialsSafeHandle credentials, strin…
957 GPR_EXPORT grpc_channel* GPR_CALLTYPE grpcsharp_secure_channel_create( in grpcsharp_secure_channel_create() function