Method | Description | |
---|---|---|
Client ( string address, int port ) : System |
Creates a new instance
|
|
Connect ( ) : bool |
Connects the client to the server
|
|
Disconnect ( ) : void |
Disconnects the client from the server
|
|
Send ( byte data ) : void |
Sends a bunch of data to the server
|
Method | Description | |
---|---|---|
Work ( ) : void |
public Client ( string address, int port ) : System | ||
address | string | The address to connect to |
port | int | The port to use for the connection |
return | System |