Home
last modified time | relevance | path

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

/third_party/grpc/src/csharp/Grpc.Core.Api/
DServerCallContext.cs67 public string Peer => PeerCore;
134 protected abstract string PeerCore { get; } property in Grpc.Core.ServerCallContext
/third_party/grpc/src/csharp/Grpc.HealthCheck.Tests/
DTestServerCallContext.cs37 protected override string PeerCore { get; } property in Grpc.HealthCheck.Tests.TestServerCallContext
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DDefaultServerCallContext.cs76 protected override string PeerCore => callHandle.GetPeer(); field in Grpc.Core.DefaultServerCallContext
/third_party/grpc/src/csharp/Grpc.Core.Testing/
DTestServerCallContext.cs81 protected override string PeerCore => peer; field in Grpc.Core.Testing.TestServerCallContext.TestingServerCallContext