IHubRequestParser Interface
.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)
Syntax
'Declaration
Public Interface IHubRequestParser
'Usage
Dim instance As IHubRequestParser
public interface IHubRequestParser
public interface class IHubRequestParser
type IHubRequestParser = interface end
public interface IHubRequestParser
The IHubRequestParser type exposes the following members.
Methods
Name | Description | |
---|---|---|
Parse | Parses the incoming hub payload into a HubRequest . |
Top