HttpListenerRequestIsSecureConnection Property |
Gets a value indicating whether a secure connection is used to send
the request.
Namespace:
Sfs2X.WebSocketSharp.Net
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public bool IsSecureConnection { get; }
Property Value
Type:
Booleantrue if the connection is secure; otherwise,
false.
See Also