C-DEngine 5.105

WebSocketContext..::..IsSecureConnection Property

Gets a value indicating whether the WebSocket connection is secured.

Namespace:  WebSocketSharp.Net.WebSockets
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public bool IsSecureConnection { get; }
Public ReadOnly Property IsSecureConnection As Boolean
	Get
public:
property bool^ IsSecureConnection {
	bool^ get ();
}

Field Value

true if the connection is secured; otherwise, false.