Searched refs:serviceUrl (Results 1 – 1 of 1) sorted by relevance
41 readonly string serviceUrl; field in Grpc.Core.AuthInterceptorContext47 public AuthInterceptorContext(string serviceUrl, string methodName) in AuthInterceptorContext() argument49 this.serviceUrl = GrpcPreconditions.CheckNotNull(serviceUrl); in AuthInterceptorContext()58 get { return serviceUrl; }