Home
last modified time | relevance | path

Searched defs:testingOnlyPeerGetter (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/
DServerCallContext.cs42 private readonly Func<string> testingOnlyPeerGetter; field in Grpc.Core.ServerCallContext
57Func<string> testingOnlyPeerGetter, Func<AuthContext> testingOnlyAuthContextGetter, Func<ContextPr… in ServerCallContext()