HubCallerContext::Request Property

.NET Framework 4.5

Gets the IRequest for the current HTTP request.

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

public:
property IRequest^ Request {
	IRequest^ get ();
	private: void set (IRequest^ value);
}

Property Value

Type: Microsoft.AspNet.SignalR::IRequest
The IRequest for the current HTTP request.
Show: