IOwinResponse.Headers Property

Definition

Gets the response header collection.

public Microsoft.Owin.IHeaderDictionary Headers { get; }
member this.Headers : Microsoft.Owin.IHeaderDictionary
Public ReadOnly Property Headers As IHeaderDictionary

Property Value

The response header collection.

Applies to