C# Class SocketPolicyServer, CrabBattle

Afficher le fichier Open project: tomoprime/CrabBattle Class Usage Examples

Méthodes publiques

Méthode Description
SocketPolicyServer ( string xml ) : System
SocketPolicyServer ( string xml, int port ) : System
Start ( ) : int
Stop ( ) : void

Private Methods

Méthode Description
OnAccept ( IAsyncResult ar ) : void
OnReceive ( IAsyncResult ar ) : void
OnSend ( IAsyncResult ar ) : void
RunServer ( ) : void

Method Details

SocketPolicyServer() public méthode

public SocketPolicyServer ( string xml ) : System
xml string
Résultat System

SocketPolicyServer() public méthode

public SocketPolicyServer ( string xml, int port ) : System
xml string
port int
Résultat System

Start() public méthode

public Start ( ) : int
Résultat int

Stop() public méthode

public Stop ( ) : void
Résultat void