Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/
DAsyncAuthInterceptor.cs41 readonly string serviceUrl; field in Grpc.Core.AuthInterceptorContext
47 public AuthInterceptorContext(string serviceUrl, string methodName) in AuthInterceptorContext() argument
49 this.serviceUrl = GrpcPreconditions.CheckNotNull(serviceUrl); in AuthInterceptorContext()
58 get { return serviceUrl; }