OwinResponse.Headers Property

Gets a collection of headers.

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

Syntax

'Declaration
Public Overridable ReadOnly Property Headers As IHeaderDictionary 
    Get
'Usage
Dim instance As OwinResponse 
Dim value As IHeaderDictionary 

value = instance.Headers
public virtual IHeaderDictionary Headers { get; }
public:
virtual property IHeaderDictionary^ Headers {
    IHeaderDictionary^ get ();
}
abstract Headers : IHeaderDictionary 
override Headers : IHeaderDictionary
function get Headers () : IHeaderDictionary

Property Value

Type: Microsoft.Owin.IHeaderDictionary
A collection of headers.

Implements

IOwinResponse.Headers

See Also

Reference

OwinResponse Class

Microsoft.Owin Namespace