Home
last modified time | relevance | path

Searched refs:callHandle (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/
DServerCallContext.cs32 private readonly CallSafeHandle callHandle; field in Grpc.Core.ServerCallContext
48 …internal ServerCallContext(CallSafeHandle callHandle, string method, string host, DateTime deadlin… in ServerCallContext() argument
50 …: this(callHandle, method, host, deadline, requestHeaders, cancellationToken, writeHeadersFunc, wr… in ServerCallContext()
55 …internal ServerCallContext(CallSafeHandle callHandle, string method, string host, DateTime deadlin… in ServerCallContext() argument
59 this.callHandle = callHandle; in ServerCallContext()
94 return new ContextPropagationToken(callHandle, deadline, cancellationToken, options); in CreatePropagationToken()
127 return this.callHandle.GetPeer();
217 using (var authContextNative = callHandle.GetAuthContext()) in GetAuthContextEager()