Home
last modified time | relevance | path

Searched defs:callInvoker (Results 1 – 14 of 14) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/
DClientBase.cs62 public ClientBase(CallInvoker callInvoker) : base(callInvoker) in ClientBase()
90 readonly CallInvoker callInvoker; field in Grpc.Core.ClientBase
124 … public ClientBase(CallInvoker callInvoker) : this(new ClientBaseConfiguration(callInvoker, null)) in ClientBase()
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DEmptyServiceGrpc.cs56 public EmptyServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in EmptyServiceClient()
DReportQpsScenarioServiceGrpc.cs74 public ReportQpsScenarioServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in ReportQpsScenarioServiceClient()
DMetricsGrpc.cs99 public MetricsServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in MetricsServiceClient()
DTestGrpc.cs223 public TestServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in TestServiceClient()
592 public UnimplementedServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in UnimplementedServiceClient()
721 public ReconnectServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in ReconnectServiceClient()
DWorkerServiceGrpc.cs145 public WorkerServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in WorkerServiceClient()
DBenchmarkServiceGrpc.cs155 public BenchmarkServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in BenchmarkServiceClient()
/external/grpc-grpc/src/csharp/Grpc.Reflection/
DReflectionGrpc.cs76 public ServerReflectionClient(grpc::CallInvoker callInvoker) : base(callInvoker) in ServerReflectionClient()
/external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/Greeter/
DHelloworldGrpc.cs75 public GreeterClient(grpc::CallInvoker callInvoker) : base(callInvoker) in GreeterClient()
/external/grpc-grpc/examples/csharp/HelloworldXamarin/HelloworldXamarin/
DHelloworldGrpc.cs76 public GreeterClient(grpc::CallInvoker callInvoker) : base(callInvoker) in GreeterClient()
/external/grpc-grpc/src/csharp/Grpc.HealthCheck/
DHealthGrpc.cs69 public HealthClient(grpc::CallInvoker callInvoker) : base(callInvoker) in HealthClient()
/external/grpc-grpc/examples/csharp/Helloworld/Greeter/
DHelloworldGrpc.cs75 public GreeterClient(grpc::CallInvoker callInvoker) : base(callInvoker) in GreeterClient()
/external/grpc-grpc/src/csharp/Grpc.Examples/
DMathGrpc.cs137 public MathClient(grpc::CallInvoker callInvoker) : base(callInvoker) in MathClient()
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuide/
DRouteGuideGrpc.cs150 public RouteGuideClient(grpc::CallInvoker callInvoker) : base(callInvoker) in RouteGuideClient()