ConfigDataHttpsPort Property |
Specifies the port for HTTPS communication.
Namespace:
Sfs2X.Util
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public int HttpsPort { get; set; }
Property Value
Type:
Int32Remarks
For example this parameter is required during the initialization of an encrypted connection.
The default value is 8443.
See Also