Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.HealthCheck/
DHealthGrpc.cs60 public partial class HealthClient : grpc::ClientBase<HealthClient> class in Grpc.Health.V1.Health
64 public HealthClient(grpc::Channel channel) : base(channel) in HealthClient() method in Grpc.Health.V1.Health.HealthClient
69 public HealthClient(grpc::CallInvoker callInvoker) : base(callInvoker) in HealthClient() method in Grpc.Health.V1.Health.HealthClient
73 protected HealthClient() : base() in HealthClient() method in Grpc.Health.V1.Health.HealthClient
78 protected HealthClient(ClientBaseConfiguration configuration) : base(configuration) in HealthClient() method in Grpc.Health.V1.Health.HealthClient
99 protected override HealthClient NewInstance(ClientBaseConfiguration configuration) in NewInstance()
101 return new HealthClient(configuration); in NewInstance()
/external/grpc-grpc/src/csharp/Grpc.HealthCheck.Tests/
DHealthClientServerTest.cs37 Grpc.Health.V1.Health.HealthClient client;
54 client = new Grpc.Health.V1.Health.HealthClient(channel); in Init()