ServerCallContextAuthContext Property |
Gets the AuthContext associated with this call.
Namespace:
Grpc.Core
Assembly:
Grpc.Core (in Grpc.Core.dll) Version: 1.2.0-dev
Syntaxpublic AuthContext AuthContext { get; }Public ReadOnly Property AuthContext As AuthContext
Get
public:
property AuthContext^ AuthContext {
AuthContext^ get ();
}member AuthContext : AuthContext with get
Property Value
Type:
AuthContext
See Also