Searched refs:EmptyServiceClient (Results 1 – 2 of 2) sorted by relevance
47 public partial class EmptyServiceClient : grpc::ClientBase<EmptyServiceClient> class in Grpc.Testing.EmptyService51 public EmptyServiceClient(grpc::Channel channel) : base(channel) in EmptyServiceClient() method in Grpc.Testing.EmptyService.EmptyServiceClient56 public EmptyServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in EmptyServiceClient() method in Grpc.Testing.EmptyService.EmptyServiceClient60 protected EmptyServiceClient() : base() in EmptyServiceClient() method in Grpc.Testing.EmptyService.EmptyServiceClient65 protected EmptyServiceClient(ClientBaseConfiguration configuration) : base(configuration) in EmptyServiceClient() method in Grpc.Testing.EmptyService.EmptyServiceClient70 protected override EmptyServiceClient NewInstance(ClientBaseConfiguration configuration) in NewInstance()72 return new EmptyServiceClient(configuration); in NewInstance()
52 type EmptyServiceClient interface { interface59 func NewEmptyServiceClient(cc grpc.ClientConnInterface) EmptyServiceClient {