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 public override bool IsSecureConnection { get; }
Property Value
Type:
Booleantrue if the connection is secure; otherwise,
false.
See Also