IRequest::Items Property

.NET Framework 4.5

Gets state for the current HTTP request.

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

property IDictionary<String^, Object^>^ Items {
	IDictionary<String^, Object^>^ get ();
}
Show: