C# Class Descent.Messaging.AsyncSockets.AsyncSocketsClient

Implementation of the asynchronous sockets client.
Afficher le fichier Open project: nezbo/Descent Class Usage Examples

Méthodes publiques

Méthode Description
AsyncSocketsClient ( string address, int port ) : System

Initializes a new instance of the AsyncSocketsClient class.

Close ( ) : void

Method Details

AsyncSocketsClient() public méthode

Initializes a new instance of the AsyncSocketsClient class.
public AsyncSocketsClient ( string address, int port ) : System
address string Address of the server to connect to.
port int Port of the server to connect to.
Résultat System

Close() public méthode

public Close ( ) : void
Résultat void