Home | History | Annotate | Download | only in Grpc.IntegrationTesting

Lines Matching refs:TestServiceClient

214     public partial class TestServiceClient : grpc::ClientBase<TestServiceClient>
218 public TestServiceClient(grpc::Channel channel) : base(channel)
223 public TestServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker)
227 protected TestServiceClient() : base()
232 protected TestServiceClient(ClientBaseConfiguration configuration) : base(configuration)
521 protected override TestServiceClient NewInstance(ClientBaseConfiguration configuration)
523 return new TestServiceClient(configuration);