C# Class Descent.Messaging.AsyncSockets.AsyncSocketsClient

Implementation of the asynchronous sockets client.
Mostrar archivo Open project: nezbo/Descent Class Usage Examples

Public Methods

Method Description
AsyncSocketsClient ( string address, int port ) : System

Initializes a new instance of the AsyncSocketsClient class.

Close ( ) : void

Method Details

AsyncSocketsClient() public method

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.
return System

Close() public method

public Close ( ) : void
return void