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