KeepAlive Property

HttpServer.dll

Number of seconds to keep connection alive

Namespace:  HttpServer
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public int KeepAlive { get; set; }
Visual Basic (Declaration)
Public Property KeepAlive As Integer
Visual C++
public:
property int KeepAlive {
	int get ();
	void set (int value);
}

Remarks

Only used if Connection property is set to ConnectionType.KeepAlive

See Also