IOwinResponse.Headers Property

Gets a collection of headers.

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

Syntax

'Declaration
ReadOnly Property Headers As IHeaderDictionary 
    Get
'Usage
Dim instance As IOwinResponse 
Dim value As IHeaderDictionary 

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

Property Value

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

See Also

Reference

IOwinResponse Interface

Microsoft.Owin Namespace