C-DEngine 5.105

HttpListenerRequest..::..KeepAlive Property

Gets a value indicating whether the client requests a persistent connection.

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

Syntax


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

Field Value

true if the client requests a persistent connection; otherwise, false.