C# Class PSUnityServer.SocketPolicyServer

Afficher le fichier Open project: MickyBalladelli/PSUnity Class Usage Examples

Méthodes publiques

Méthode Description
SocketPolicyServer ( string xml ) : 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

Start() public méthode

public Start ( ) : int
Résultat int

Stop() public méthode

public Stop ( ) : void
Résultat void