C-DEngine 5.105

HttpListenerRequest..::..IsSecureConnection Property

Gets a value indicating whether the HTTP connection is secured using the SSL protocol.

Namespace:  WebSocketSharp.Net
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 HTTP connection is secured; otherwise, false.