Property | Type | Description |
---|
Method | Description | |
---|---|---|
Connect ( |
Connects to the specified end point.
|
|
Disconnect ( ) : void |
Disconnects this instance.
|
|
ServerClient ( ) : System.Net |
Initializes a new instance of the ServerClient class.
|
Method | Description | |
---|---|---|
HandshakeServer ( ESteam2ServerType type ) : bool |
Performs a handshake with the server.
|
|
SendCommand ( byte command ) : bool |
Sends a command to the connected server. The return value of this function does not signify command success, only if the command was sent.
|
public Connect ( |
||
endPoint | The end point. | |
return | void |
protected HandshakeServer ( ESteam2ServerType type ) : bool | ||
type | ESteam2ServerType | The expected server type the client is handshaking with. |
return | bool |
protected SendCommand ( byte command ) : bool | ||
command | byte | The command type to send. |
return | bool |