HttpServerIsSecure Property |
Gets a value indicating whether secure connections are provided.
Namespace:
Sfs2X.WebSocketSharp.Server
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public bool IsSecure { get; }
Property Value
Type:
Booleantrue if this instance provides secure connections; otherwise,
false.
See Also