Share via


IOwinRequest.Headers Property

 

Gets the request headers.

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 request headers.

See Also

IOwinRequest Interface
Microsoft.Owin Namespace

Return to top