IHubRequestParser::Parse Method

.NET Framework 4.5

Parses the incoming hub payload into a HubRequest .

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

HubRequest^ Parse(
	String^ data
)

Parameters

data
Type: System::String
The raw hub payload.

Return Value

Type: Microsoft.AspNet.SignalR.Hubs::HubRequest
The resulting HubRequest .
Show: