ConfigData Class |
Namespace: Sfs2X.Util
public class ConfigData
The ConfigData type exposes the following members.
| Name | Description | |
|---|---|---|
| ConfigData |
| Name | Description | |
|---|---|---|
| BlueBox |
Configuration parameters for the BlueBox connection. When a socket connection fails the BlueBox can help the client connect to the server via HTTP tunnel.
| |
| Debug |
Indicates whether the client-server messages debug should be enabled or not.
| |
| Host |
Specifies the IP address or host name of the SmartFoxServer 2X instance to connect to (TCP connection).
| |
| HttpPort |
Specifies the port for generic HTTP communication.
| |
| HttpsPort |
Specifies the port for HTTPS communication.
| |
| Port |
Specifies the TCP port of the SmartFoxServer 2X instance to connect to (TCP connection).
| |
| TcpNoDelay |
Indicates whether SmartFoxServer's TCP socket is using the Nagle algorithm or not.
| |
| UdpHost |
Specifies the IP address of the SmartFoxServer 2X instance to connect to (UDP connection).
| |
| UdpPort |
Specifies the UDP port of the SmartFoxServer 2X instance to connect to (UDP connection).
| |
| Zone |
Specifies the Zone of the SmartFoxServer 2X instance to join.
|