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
public virtual IHeaderDictionary Headers { get; }
public:
property IHeaderDictionary^ Headers {
virtual IHeaderDictionary^ get();
}
abstract Headers : IHeaderDictionary with get
override Headers : IHeaderDictionary with get
Public Overridable ReadOnly Property Headers As IHeaderDictionary
Property Value
Type: Microsoft.Owin.IHeaderDictionary
The request headers.
Implements
See Also
OwinRequest Class
Microsoft.Owin Namespace
Return to top