IConnection.Headers Property
.NET Framework 4.5
Gets the headers for the requests.
Namespace: Microsoft.AspNet.SignalR.Client
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Syntax
'Declaration
ReadOnly Property Headers As IDictionary(Of String, String)
Get
'Usage
Dim instance As IConnection
Dim value As IDictionary(Of String, String)
value = instance.Headers
IDictionary<string, string> Headers { get; }
property IDictionary<String^, String^>^ Headers {
IDictionary<String^, String^>^ get ();
}
abstract Headers : IDictionary<string, string>
function get Headers () : IDictionary<String, String>
Property Value
Type: System.Collections.Generic.IDictionary<String, String>
The headers for the requests.