Searched defs:TestServiceClient (Results 1 – 4 of 4) sorted by relevance
214 public partial class TestServiceClient : grpc::ClientBase<TestServiceClient> class in Grpc.Testing.TestService218 public TestServiceClient(grpc::Channel channel) : base(channel) in TestServiceClient() method in Grpc.Testing.TestService.TestServiceClient223 public TestServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in TestServiceClient() method in Grpc.Testing.TestService.TestServiceClient227 protected TestServiceClient() : base() in TestServiceClient() method in Grpc.Testing.TestService.TestServiceClient232 protected TestServiceClient(ClientBaseConfiguration configuration) : base(configuration) in TestServiceClient() method in Grpc.Testing.TestService.TestServiceClient
28 class TestServiceClient extends \Grpc\BaseStub { class
42 public class TestServiceClient { class
133 using TestServiceClient = test::nanopb::TestServiceClient; typedef