Class AuthInterceptorContext (2.48.0)

 public class AuthInterceptorContext : object 

Context for an RPC being intercepted by AsyncAuthInterceptor .

Inheritance

Object > AuthInterceptorContext

Namespace

Grpc.Core

Assembly

Grpc.Core.Api.dll

Constructors

AuthInterceptorContext(String, String)

 public AuthInterceptorContext(string serviceUrl, string methodName) 

Initializes a new instance of AuthInterceptorContext .

Parameters
Name
Description
serviceUrl
methodName

Properties

MethodName

 public string MethodName { get; } 

The method name of the RPC being called.

Property Value
Type
Description

ServiceUrl

 public string ServiceUrl { get; } 

The fully qualified service URL for the RPC being called.

Property Value
Type
Description
Design a Mobile Site
View Site in Mobile | Classic
Share by: