IHubRequestParser Interface

Visual Studio 2010
.NET Framework 4

Handles parsing incoming requests through the HubDispatcher .

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

public interface class IHubRequestParser

The IHubRequestParser type exposes the following members.

  NameDescription
Public methodParseParses the incoming hub payload into a HubRequest .
Top
Show: