WebSocketIsSecure Property |
Gets a value indicating whether a secure connection is used.
Namespace:
Sfs2X.WebSocketSharp
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 uses a secure connection; otherwise,
false.
See Also