C# Class Net.DDP.Server.Server

Inheritance: IServer
Show file Open project: jamie-tigereye/DDPServer.Net

Public Methods

Method Description
Disconnect ( ) : void
Ping ( ) : void
ProcessRequest ( IWebSocketConnection connection, string message ) : void
SendResponse ( IWebSocketConnection connection, object item ) : void
Server ( int port ) : System
Start ( ) : void

Method Details

Disconnect() public method

public Disconnect ( ) : void
return void

Ping() public method

public Ping ( ) : void
return void

ProcessRequest() public method

public ProcessRequest ( IWebSocketConnection connection, string message ) : void
connection IWebSocketConnection
message string
return void

SendResponse() public method

public SendResponse ( IWebSocketConnection connection, object item ) : void
connection IWebSocketConnection
item object
return void

Server() public method

public Server ( int port ) : System
port int
return System

Start() public method

public Start ( ) : void
return void