/external/grpc-grpc/src/csharp/Grpc.Core/ |
D | ClientBase.cs | 62 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/ |
D | ClientInterceptorTest.cs | 52 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/ |
D | EmptyServiceGrpc.cs | 56 public EmptyServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in EmptyServiceClient() argument
|
D | ReportQpsScenarioServiceGrpc.cs | 74 public ReportQpsScenarioServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in ReportQpsScenarioServiceClient() argument
|
D | MetricsGrpc.cs | 99 public MetricsServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in MetricsServiceClient() argument
|
D | TestGrpc.cs | 223 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
|
D | BenchmarkServiceGrpc.cs | 155 public BenchmarkServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in BenchmarkServiceClient() argument
|
D | WorkerServiceGrpc.cs | 145 public WorkerServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in WorkerServiceClient() argument
|
/external/grpc-grpc/src/csharp/Grpc.Reflection/ |
D | ReflectionGrpc.cs | 76 public ServerReflectionClient(grpc::CallInvoker callInvoker) : base(callInvoker) in ServerReflectionClient() argument
|
/external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/Greeter/ |
D | HelloworldGrpc.cs | 75 public GreeterClient(grpc::CallInvoker callInvoker) : base(callInvoker) in GreeterClient() argument
|
/external/grpc-grpc/examples/csharp/HelloworldXamarin/HelloworldXamarin/ |
D | HelloworldGrpc.cs | 76 public GreeterClient(grpc::CallInvoker callInvoker) : base(callInvoker) in GreeterClient() argument
|
/external/grpc-grpc/examples/csharp/Helloworld/Greeter/ |
D | HelloworldGrpc.cs | 75 public GreeterClient(grpc::CallInvoker callInvoker) : base(callInvoker) in GreeterClient() argument
|
/external/grpc-grpc/src/csharp/Grpc.HealthCheck/ |
D | HealthGrpc.cs | 69 public HealthClient(grpc::CallInvoker callInvoker) : base(callInvoker) in HealthClient() argument
|
/external/grpc-grpc/src/csharp/Grpc.Examples/ |
D | MathGrpc.cs | 137 public MathClient(grpc::CallInvoker callInvoker) : base(callInvoker) in MathClient() argument
|
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuide/ |
D | RouteGuideGrpc.cs | 150 public RouteGuideClient(grpc::CallInvoker callInvoker) : base(callInvoker) in RouteGuideClient() argument
|