Searched refs:grpcsharp_call_set_credentials (Results 1 – 4 of 4) sorted by relevance
73 … public readonly Delegates.grpcsharp_call_set_credentials_delegate grpcsharp_call_set_credentials; field in Grpc.Core.Internal.NativeMethods173 …this.grpcsharp_call_set_credentials = GetMethodDelegate<Delegates.grpcsharp_call_set_credentials_d… in NativeMethods()272 … this.grpcsharp_call_set_credentials = DllImportsFromStaticLib.grpcsharp_call_set_credentials; in NativeMethods()371 … this.grpcsharp_call_set_credentials = DllImportsFromSharedLib.grpcsharp_call_set_credentials; in NativeMethods()650 …public static extern CallError grpcsharp_call_set_credentials(CallSafeHandle call, CallCredentials… in grpcsharp_call_set_credentials() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib943 …public static extern CallError grpcsharp_call_set_credentials(CallSafeHandle call, CallCredentials… in grpcsharp_call_set_credentials() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
66 Native.grpcsharp_call_set_credentials(this, credentials).CheckOk(); in SetCredentials()
41 …'CallError grpcsharp_call_set_credentials(CallSafeHandle call, CallCredentialsSafeHandle credentia…
857 grpcsharp_call_set_credentials(grpc_call* call, grpc_call_credentials* creds) { in grpcsharp_call_set_credentials() function