Method | Description | |
---|---|---|
ConnectMessage ( string targetServer ) |
Initialises a new instance of the ConnectMessage class.
|
|
ConnectMessage ( string targetServer, string port ) |
Initialises a new instance of the ConnectMessage class.
|
|
ConnectMessage ( string targetServer, string port, string remoteServer ) |
Initialises a new instance of the ConnectMessage class.
|
public ConnectMessage ( string targetServer ) | ||
targetServer | string | The server to connect to. |
public ConnectMessage ( string targetServer, string port ) | ||
targetServer | string | The server to connect to. |
port | string | The port to connect on. |
public ConnectMessage ( string targetServer, string port, string remoteServer ) | ||
targetServer | string | The server to connect to. |
port | string | The port to connect on. |
remoteServer | string | The remote server. |