C# Class Cellenza.Demo.SignalR.WebServer.Connections.MessageConnection

Inheritance: Microsoft.AspNet.SignalR.PersistentConnection
显示文件 Open project: Cellenza/SignalRChat

Public Methods

Method Description
MessageConnection ( ) : System
MessageConnection ( ICollection store ) : System

Protected Methods

Method Description
OnReceived ( IRequest request, string connectionId, string data ) : System.Threading.Tasks.Task

Method Details

MessageConnection() public method

public MessageConnection ( ) : System
return System

MessageConnection() public method

public MessageConnection ( ICollection store ) : System
store ICollection
return System

OnReceived() protected method

protected OnReceived ( IRequest request, string connectionId, string data ) : System.Threading.Tasks.Task
request IRequest
connectionId string
data string
return System.Threading.Tasks.Task