Searched refs:undecoratedCallInvoker (Results 1 – 1 of 1) sorted by relevance
198 readonly CallInvoker undecoratedCallInvoker; field in Grpc.Core.ClientBase.ClientBaseConfiguration201 internal ClientBaseConfiguration(CallInvoker undecoratedCallInvoker, string host) in ClientBaseConfiguration() argument203 … 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()