Share via


OwinRequest.Headers Property

 

Gets the request headers.

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

Syntax

public virtual IHeaderDictionary Headers { get; }
public:
property IHeaderDictionary^ Headers {
    virtual IHeaderDictionary^ get();
}
abstract Headers : IHeaderDictionary with get
override Headers : IHeaderDictionary with get
Public Overridable ReadOnly Property Headers As IHeaderDictionary

Property Value

Type: Microsoft.Owin.IHeaderDictionary

The request headers.

Implements

IOwinRequest.Headers

See Also

OwinRequest Class
Microsoft.Owin Namespace

Return to top