Home
last modified time | relevance | path

Searched refs: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
57 …Func<string> testingOnlyPeerGetter, Func<AuthContext> testingOnlyAuthContextGetter, Func<ContextPr… in ServerCallContext() argument
68 this.testingOnlyPeerGetter = testingOnlyPeerGetter; in ServerCallContext()
120 if (testingOnlyPeerGetter != null)
122 return testingOnlyPeerGetter();