IRequest::Cookies Property

.NET Framework 4.5

Gets the cookies for this request.

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

property IDictionary<String^, Cookie^>^ Cookies {
	IDictionary<String^, Cookie^>^ get ();
}
Show: