HubCallerContext::Headers Property

.NET Framework 4.5

Gets the headers for the request.

Namespace:  Microsoft.AspNet.SignalR.Hubs
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

public:
property NameValueCollection^ Headers {
	NameValueCollection^ get ();
}

Property Value

Type: System.Collections.Specialized::NameValueCollection
The headers for the request.
Show: