Interface IServerCallContextFeature
Provides access to the gRPC server call context for the current HTTP request.
Namespace: Grpc.AspNetCore.Server
Assembly: Grpc.AspNetCore.Server.dll
Syntax
public interface IServerCallContextFeature
Properties
ServerCallContext
Gets the gRPC server call context for the current HTTP request.
Declaration
ServerCallContext ServerCallContext { get; }
Property Value
Type | Description |
---|---|
ServerCallContext |