HubCallerContext::RequestCookies Property

.NET Framework 4.5

Gets the cookies for the request.

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

public:
property IDictionary<String^, Cookie^>^ RequestCookies {
	IDictionary<String^, Cookie^>^ get ();
}

Property Value

Type: System.Collections.Generic::IDictionary<String, Cookie>
The cookies for the request.
Show: