Property | Type | Description | |
---|---|---|---|
m_AsyncConnect | ConnectState | ||
m_Connection |
Method | Description | |
---|---|---|
Configure ( |
This configures the transport layer settings for a client.
|
|
Configure ( |
This configures the transport layer settings for a client.
|
|
Connect ( |
||
Connect ( |
||
Connect ( string serverIp, int serverPort ) : void |
Connect client to a NetworkServer instance.
|
|
NetworkClient ( ) : System |
Creates a new NetworkClient instance.
|
|
NetworkClient ( |
Method | Description | |
---|---|---|
AddClient ( |
public Configure ( |
||
config | Transport layer configuration object. | |
maxConnections | int | The maximum number of connections to allow. |
return | bool |
public Configure ( |
||
topology | Transport layer topology object. | |
return | bool |
public Connect ( |
||
secureTunnelEndPoint | ||
return | void |
public Connect ( |
||
matchInfo | ||
return | void |
public Connect ( string serverIp, int serverPort ) : void | ||
serverIp | string | Target IP address or hostname. |
serverPort | int | Target port number. |
return | void |
public NetworkClient ( |
||
conn | ||
return | System |