IRequest.Headers Property
.NET Framework 4
Gets the headers for this request.
Namespace: Microsoft.AspNet.SignalR
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
ReadOnly Property Headers As NameValueCollection
Get
'Usage
Dim instance As IRequest
Dim value As NameValueCollection
value = instance.Headers
NameValueCollection Headers { get; }
property NameValueCollection^ Headers {
NameValueCollection^ get ();
}
abstract Headers : NameValueCollection
function get Headers () : NameValueCollection
Property Value
Type: System.Collections.Specialized.NameValueCollection