Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the request headers.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
IHeaderDictionary Headers { get; }
property IHeaderDictionary^ Headers {
IHeaderDictionary^ get();
}
abstract Headers : IHeaderDictionary with get
ReadOnly Property Headers As IHeaderDictionary
Property Value
Type: Microsoft.Owin.IHeaderDictionary
The request headers.
See Also
IOwinRequest Interface
Microsoft.Owin Namespace
Return to top