Searched refs:grpcsharp_call_auth_context (Results 1 – 4 of 4) sorted by relevance
119 public readonly Delegates.grpcsharp_call_auth_context_delegate grpcsharp_call_auth_context; field in Grpc.Core.Internal.NativeMethods219 …this.grpcsharp_call_auth_context = GetMethodDelegate<Delegates.grpcsharp_call_auth_context_delegat… in NativeMethods()318 this.grpcsharp_call_auth_context = DllImportsFromStaticLib.grpcsharp_call_auth_context; in NativeMethods()417 this.grpcsharp_call_auth_context = DllImportsFromSharedLib.grpcsharp_call_auth_context; in NativeMethods()788 … public static extern AuthContextSafeHandle grpcsharp_call_auth_context(CallSafeHandle call); in grpcsharp_call_auth_context() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib1081 … public static extern AuthContextSafeHandle grpcsharp_call_auth_context(CallSafeHandle call); in grpcsharp_call_auth_context() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
199 return Native.grpcsharp_call_auth_context(this); in GetAuthContext()
87 'AuthContextSafeHandle grpcsharp_call_auth_context(CallSafeHandle call)',
1067 grpcsharp_call_auth_context(grpc_call* call) { in grpcsharp_call_auth_context() function