ServerRequest::Items Property

.NET Framework 4.5

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

public:
virtual property IDictionary<String^, Object^>^ Items {
	IDictionary<String^, Object^>^ get () sealed;
	private: void set (IDictionary<String^, Object^>^ value) sealed;
}

Implements

IRequest::Items
Show: