Click or drag to resize

HttpListenerWebSocketContextIsSecureConnection Property

Gets a value indicating whether a secure connection is used to send the handshake request.

Namespace:  Sfs2X.WebSocketSharp.Net.WebSockets
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public override bool IsSecureConnection { get; }

Property Value

Type: Boolean
true if the connection is secure; otherwise, false.
See Also