C# Class StreamingConnection, postworthy

Inheritance: Microsoft.AspNet.SignalR.PersistentConnection
显示文件 Open project: postworthy/postworthy Class Usage Examples

Public Methods

Method Description
StreamingConnection ( ) : System

Protected Methods

Method Description
OnReceived ( IRequest request, string connectionId, string data ) : Task

Method Details

OnReceived() protected method

protected OnReceived ( IRequest request, string connectionId, string data ) : Task
request IRequest
connectionId string
data string
return Task

StreamingConnection() public method

public StreamingConnection ( ) : System
return System