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 response header collection.
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 response header collection.
Implements
See Also
OwinResponse Class
Microsoft.Owin Namespace
Return to top