C# Class Net.DDP.Server.MessageMethods

Show file Open project: jamie-tigereye/DDPServer.Net Class Usage Examples

Public Methods

Method Description
GetMethods ( ) : Dictionary>>
MessageMethods ( IServer server ) : System

Private Methods

Method Description
Connect ( dynamic>.KeyValuePair item ) : void
Method ( dynamic>.KeyValuePair item ) : void
Ping ( dynamic>.KeyValuePair item ) : void
Sub ( dynamic>.KeyValuePair item ) : void
Unsub ( dynamic>.KeyValuePair item ) : void

Method Details

GetMethods() public method

public GetMethods ( ) : Dictionary>>
return Dictionary>>

MessageMethods() public method

public MessageMethods ( IServer server ) : System
server IServer
return System