OwinResponse.Headers Property

Definition

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.

Implements

Applies to