Home
last modified time | relevance | path

Searched refs:callInvoker (Results 1 – 15 of 15) sorted by relevance

/third_party/grpc/src/csharp/Grpc.Core.Api/
DClientBase.cs62 public ClientBase(CallInvoker callInvoker) : base(callInvoker) in ClientBase() argument
90 readonly CallInvoker callInvoker; field in Grpc.Core.ClientBase
109 this.callInvoker = configuration.CreateDecoratedCallInvoker(); in ClientBase()
124 … public ClientBase(CallInvoker callInvoker) : this(new ClientBaseConfiguration(callInvoker, null)) in ClientBase() argument
133 get { return this.callInvoker; }
/third_party/grpc/src/csharp/Grpc.Core.Tests/Interceptors/
DClientInterceptorTest.cs52 var callInvoker = helper.GetChannel().Intercept(metadata => in AddRequestHeaderInClientInterceptor()
58 …Assert.AreEqual("PASS", callInvoker.BlockingUnaryCall(new Method<string, string>(MethodType.Unary,… in AddRequestHeaderInClientInterceptor()
72 var callInvoker = helper.GetChannel().Intercept(metadata => { in CheckInterceptorOrderInClientInterceptors()
87 …Assert.AreEqual("PASS", callInvoker.BlockingUnaryCall(new Method<string, string>(MethodType.Unary,… in CheckInterceptorOrderInClientInterceptors()
121 … var callInvoker = helper.GetChannel().Intercept(new ClientStreamingCountingInterceptor()); in CountNumberOfRequestsInClientInterceptors()
125 …var call = callInvoker.AsyncClientStreamingCall(new Method<string, string>(MethodType.ClientStream… in CountNumberOfRequestsInClientInterceptors()
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DEmptyServiceGrpc.cs57 public EmptyServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in EmptyServiceClient() argument
DReportQpsScenarioServiceGrpc.cs105 public ReportQpsScenarioServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in ReportQpsScenarioServiceClient() argument
DTestGrpc.cs254 public TestServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in TestServiceClient() argument
670 public UnimplementedServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in UnimplementedServiceClient() argument
839 public ReconnectServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in ReconnectServiceClient() argument
1011 public LoadBalancerStatsServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in LoadBalancerStatsServiceClient() argument
1224 public XdsUpdateHealthServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in XdsUpdateHealthServiceClient() argument
1376 … public XdsUpdateClientConfigureServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in XdsUpdateClientConfigureServiceClient() argument
DMetricsGrpc.cs130 public MetricsServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in MetricsServiceClient() argument
DBenchmarkServiceGrpc.cs186 public BenchmarkServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in BenchmarkServiceClient() argument
DWorkerServiceGrpc.cs176 public WorkerServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in WorkerServiceClient() argument
/third_party/grpc/src/csharp/Grpc.Microbenchmarks/
DPingBenchmark.cs91 public PingClient(CallInvoker callInvoker) : base(callInvoker) { } in PingClient() argument
DUnaryCallOverheadBenchmark.cs96 public PingClient(CallInvoker callInvoker) : base(callInvoker) { } in PingClient() argument
/third_party/grpc/examples/csharp/HelloworldUnity/Assets/Scripts/
DHelloworldGrpc.cs76 public GreeterClient(grpc::CallInvoker callInvoker) : base(callInvoker) in GreeterClient() argument
/third_party/grpc/examples/csharp/HelloworldXamarin/HelloworldXamarin/
DHelloworldGrpc.cs76 public GreeterClient(grpc::CallInvoker callInvoker) : base(callInvoker) in GreeterClient() argument
/third_party/grpc/src/csharp/Grpc.Reflection/
DReflectionGrpc.cs107 public ServerReflectionClient(grpc::CallInvoker callInvoker) : base(callInvoker) in ServerReflectionClient() argument
/third_party/grpc/src/csharp/Grpc.HealthCheck/
DHealthGrpc.cs140 public HealthClient(grpc::CallInvoker callInvoker) : base(callInvoker) in HealthClient() argument
/third_party/grpc/src/csharp/Grpc.Examples/
DMathGrpc.cs168 public MathClient(grpc::CallInvoker callInvoker) : base(callInvoker) in MathClient() argument