C-DEngine 5.105

WebSocketServer..::..IsSecure Property

Gets a value indicating whether the server provides a secure connection.

Namespace:  WebSocketSharp.Server
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 server provides a secure connection; otherwise, false.