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

Lines Matching refs:UnimplementedServiceClient

583     public partial class UnimplementedServiceClient : grpc::ClientBase<UnimplementedServiceClient>
587 public UnimplementedServiceClient(grpc::Channel channel) : base(channel)
592 public UnimplementedServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker)
596 protected UnimplementedServiceClient() : base()
601 protected UnimplementedServiceClient(ClientBaseConfiguration configuration) : base(configuration)
650 protected override UnimplementedServiceClient NewInstance(ClientBaseConfiguration configuration)
652 return new UnimplementedServiceClient(configuration);