Home
last modified time | relevance | path

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

/third_party/grpc/src/csharp/Grpc.Core.Api/
DAsyncAuthInterceptor.cs41 readonly string serviceUrl; field in Grpc.Core.AuthInterceptorContext
47 public AuthInterceptorContext(string serviceUrl, string methodName) in AuthInterceptorContext()