Click or drag to resize

ConfigData Properties

The ConfigData type exposes the following members.

Properties
  NameDescription
Public propertyBlueBox
Configuration parameters for the BlueBox connection. When a socket connection fails the BlueBox can help the client connect to the server via HTTP tunnel.
Public propertyDebug
Indicates whether the client-server messages debug should be enabled or not.
Public propertyHost
Specifies the IP address or host name of the SmartFoxServer 2X instance to connect to (TCP connection).
Public propertyHttpPort
Specifies the port for generic HTTP communication.
Public propertyHttpsPort
Specifies the port for HTTPS communication.
Public propertyPort
Specifies the TCP port of the SmartFoxServer 2X instance to connect to (TCP connection).
Public propertyTcpNoDelay
Indicates whether SmartFoxServer's TCP socket is using the Nagle algorithm or not.
Public propertyUdpHost
Specifies the IP address of the SmartFoxServer 2X instance to connect to (UDP connection).
Public propertyUdpPort
Specifies the UDP port of the SmartFoxServer 2X instance to connect to (UDP connection).
Public propertyZone
Specifies the Zone of the SmartFoxServer 2X instance to join.
Top
See Also