Home
last modified time | relevance | path

Searched defs: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()