Click or drag to resize

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

Property Value

Type: Boolean
true if this instance provides secure connections; otherwise, false.
See Also