OwinResponse.Headers Property

 

Gets the response header collection.

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 response header collection.

Implements

IOwinResponse.Headers

See Also

OwinResponse Class
Microsoft.Owin Namespace

Return to top