Share via


IOwinResponse.Headers Property

 

Gets the response header collection.

Namespace:   Microsoft.Owin
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

IHeaderDictionary Headers { get; }
property IHeaderDictionary^ Headers {
    IHeaderDictionary^ get();
}
abstract Headers : IHeaderDictionary with get
ReadOnly Property Headers As IHeaderDictionary

Property Value

Type: Microsoft.Owin.IHeaderDictionary

The response header collection.

See Also

IOwinResponse Interface
Microsoft.Owin Namespace

Return to top