Searched refs:WorkerServiceClient (Results 1 – 2 of 2) sorted by relevance
136 public partial class WorkerServiceClient : grpc::ClientBase<WorkerServiceClient> class in Grpc.Testing.WorkerService140 public WorkerServiceClient(grpc::Channel channel) : base(channel) in WorkerServiceClient() method in Grpc.Testing.WorkerService.WorkerServiceClient145 public WorkerServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in WorkerServiceClient() method in Grpc.Testing.WorkerService.WorkerServiceClient149 protected WorkerServiceClient() : base() in WorkerServiceClient() method in Grpc.Testing.WorkerService.WorkerServiceClient154 protected WorkerServiceClient(ClientBaseConfiguration configuration) : base(configuration) in WorkerServiceClient() method in Grpc.Testing.WorkerService.WorkerServiceClient307 protected override WorkerServiceClient NewInstance(ClientBaseConfiguration configuration) in NewInstance()309 return new WorkerServiceClient(configuration); in NewInstance()
25 class WorkerServiceClient extends \Grpc\BaseStub { class