Home
last modified time | relevance | path

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

/third_party/grpc/src/csharp/Grpc.Core.Api/
DServerCallContext.cs64 public string Host => HostCore;
132 protected abstract string HostCore { get; } property in Grpc.Core.ServerCallContext
/third_party/grpc/src/csharp/Grpc.HealthCheck.Tests/
DTestServerCallContext.cs36 protected override string HostCore { get; } property in Grpc.HealthCheck.Tests.TestServerCallContext
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DDefaultServerCallContext.cs74 protected override string HostCore => host; field in Grpc.Core.DefaultServerCallContext
/third_party/grpc/src/csharp/Grpc.Core.Testing/
DTestServerCallContext.cs79 protected override string HostCore => host; field in Grpc.Core.Testing.TestServerCallContext.TestingServerCallContext