Click or drag to resize

ProxyCfg Class

The ProxyCfg class stores the proxy server settings for the BlueBox.
Inheritance Hierarchy
SystemObject
  Sfs2X.UtilProxyCfg

Namespace:  Sfs2X.Util
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public class ProxyCfg

The ProxyCfg type exposes the following members.

Constructors
  NameDescription
Public methodProxyCfg
Top
Properties
  NameDescription
Public propertyBypassLocal
Indicates whether the proxy server should be bypassed for local addresses or not.
Public propertyHost
Specifies the IP address of the proxy server.
Public propertyPassword
Password for the proxy server authentication.
Public propertyPort
Specifies the port number of the proxy server.
Public propertyUserName
User name for the proxy server authentication.
Top
Remarks
Connection via proxy server is not supported under Universal Windows Platform.
See Also