Click or drag to resize

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
C#
public bool IsSecure { get; }

Property Value

Type: Boolean
true if this instance uses a secure connection; otherwise, false.
See Also