Méthode | Description | |
---|---|---|
ConnectThread ( string host, int port ) : System |
Constructor
|
|
Start ( ) : void |
start thread running. This attempts to establish a connection.
|
Méthode | Description | |
---|---|---|
Connect ( ) : void |
The logic of the thread.
|
public ConnectThread ( string host, int port ) : System | ||
host | string | |
port | int | |
Résultat | System |