Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/
DClientBase.cs198 readonly CallInvoker undecoratedCallInvoker; field in Grpc.Core.ClientBase.ClientBaseConfiguration
201 internal ClientBaseConfiguration(CallInvoker undecoratedCallInvoker, string host) in ClientBaseConfiguration() argument
203 … this.undecoratedCallInvoker = GrpcPreconditions.CheckNotNull(undecoratedCallInvoker); in ClientBaseConfiguration()
209 …return undecoratedCallInvoker.Intercept(new ClientBaseConfigurationInterceptor((method, host, opti… in CreateDecoratedCallInvoker()
215 return new ClientBaseConfiguration(this.undecoratedCallInvoker, host); in WithHost()