프로퍼티 | 타입 | 설명 | |
---|---|---|---|
m_AsyncConnect | ConnectState | ||
m_Connection |
메소드 | 설명 | |
---|---|---|
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 ( |
메소드 | 설명 | |
---|---|---|
AddClient ( |
public Configure ( |
||
config | Transport layer configuration object. | |
maxConnections | int | The maximum number of connections to allow. |
리턴 | bool |
public Configure ( |
||
topology | Transport layer topology object. | |
리턴 | bool |
public Connect ( |
||
secureTunnelEndPoint | ||
리턴 | void |
public Connect ( |
||
matchInfo | ||
리턴 | void |
public Connect ( string serverIp, int serverPort ) : void | ||
serverIp | string | Target IP address or hostname. |
serverPort | int | Target port number. |
리턴 | void |
public NetworkClient ( |
||
conn | ||
리턴 | System |