OwinResponse.Headers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the response header collection.
public virtual Microsoft.Owin.IHeaderDictionary Headers { get; }
member this.Headers : Microsoft.Owin.IHeaderDictionary
Public Overridable ReadOnly Property Headers As IHeaderDictionary
Property Value
The response header collection.