Keep the connection alive. False terminates the connection after request

Namespace:  HS.Sys.TheEnterprise.Common.Laserbear
Assembly:  Laserbear (in Laserbear.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public bool KeepConnectionAlive { get; set; }
Visual Basic (Declaration)
Public Property KeepConnectionAlive As Boolean
Visual C++
public:
property bool KeepConnectionAlive {
	bool get ();
	void set (bool value);
}

See Also