C-DEngine 5.105

WebSocket..::..IsSecure Property

Gets a value indicating whether the WebSocket connection is secure.

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

Syntax


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

Field Value

true if the connection is secure; otherwise, false.