Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/
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; }
/external/grpc-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()
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DEmptyServiceGrpc.cs56 public EmptyServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in EmptyServiceClient() argument
DReportQpsScenarioServiceGrpc.cs74 public ReportQpsScenarioServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in ReportQpsScenarioServiceClient() argument
DMetricsGrpc.cs99 public MetricsServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in MetricsServiceClient() argument
DTestGrpc.cs223 public TestServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in TestServiceClient() argument
592 public UnimplementedServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in UnimplementedServiceClient() argument
721 public ReconnectServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in ReconnectServiceClient() argument
DBenchmarkServiceGrpc.cs155 public BenchmarkServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in BenchmarkServiceClient() argument
DWorkerServiceGrpc.cs145 public WorkerServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in WorkerServiceClient() argument
/external/grpc-grpc/src/csharp/Grpc.Reflection/
DReflectionGrpc.cs76 public ServerReflectionClient(grpc::CallInvoker callInvoker) : base(callInvoker) in ServerReflectionClient() argument
/external/grpc-grpc/examples/csharp/Helloworld/Greeter/
DHelloworldGrpc.cs75 public GreeterClient(grpc::CallInvoker callInvoker) : base(callInvoker) in GreeterClient() argument
/external/grpc-grpc/examples/csharp/HelloworldXamarin/HelloworldXamarin/
DHelloworldGrpc.cs76 public GreeterClient(grpc::CallInvoker callInvoker) : base(callInvoker) in GreeterClient() argument
/external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/Greeter/
DHelloworldGrpc.cs75 public GreeterClient(grpc::CallInvoker callInvoker) : base(callInvoker) in GreeterClient() argument
/external/grpc-grpc/src/csharp/Grpc.HealthCheck/
DHealthGrpc.cs69 public HealthClient(grpc::CallInvoker callInvoker) : base(callInvoker) in HealthClient() argument
/external/grpc-grpc/src/csharp/Grpc.Examples/
DMathGrpc.cs137 public MathClient(grpc::CallInvoker callInvoker) : base(callInvoker) in MathClient() argument
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuide/
DRouteGuideGrpc.cs150 public RouteGuideClient(grpc::CallInvoker callInvoker) : base(callInvoker) in RouteGuideClient() argument