C# Class YGOSharp.Network.NetworkServer

Afficher le fichier Open project: IceYGO/ygosharp Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
NetworkServer ( IPAddress address, int port ) : System
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
AcceptSocketCallback ( IAsyncResult result ) : void
BeginAcceptSocket ( ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

NetworkServer() public méthode

public NetworkServer ( IPAddress address, int port ) : System
address System.Net.IPAddress
port int
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void