ServerResponse.ResponseHeaders Property

.NET Framework 4.5

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

Syntax

'Declaration
Public ReadOnly Property ResponseHeaders As IDictionary(Of String, String())
    Get
'Usage
Dim instance As ServerResponse 
Dim value As IDictionary(Of String, String())

value = instance.ResponseHeaders
public IDictionary<string, string[]> ResponseHeaders { get; }
public:
property IDictionary<String^, array<String^>^>^ ResponseHeaders {
    IDictionary<String^, array<String^>^>^ get ();
}
member ResponseHeaders : IDictionary<string, string[]>
function get ResponseHeaders () : IDictionary<String, String[]>

Property Value

Type: System.Collections.Generic.IDictionary<String, String[]>

See Also

Reference

ServerResponse Class

Microsoft.AspNet.SignalR.Owin Namespace