C# Class Net.DDP.Server.Server

Inheritance: IServer
Afficher le fichier Open project: jamie-tigereye/DDPServer.Net

Méthodes publiques

Méthode 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 méthode

public Disconnect ( ) : void
Résultat void

Ping() public méthode

public Ping ( ) : void
Résultat void

ProcessRequest() public méthode

public ProcessRequest ( IWebSocketConnection connection, string message ) : void
connection IWebSocketConnection
message string
Résultat void

SendResponse() public méthode

public SendResponse ( IWebSocketConnection connection, object item ) : void
connection IWebSocketConnection
item object
Résultat void

Server() public méthode

public Server ( int port ) : System
port int
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void