Click or drag to resize
UpdateControllerWebRequestKeepAlive Property
Gets or sets a Boolean value that sets the KeepAlive property of a web request for an update. The default value is true, and should only be set to false if updates are hosted on a server that does not support the default keep alive behavior.

Namespace: Kjs.AppLife.Update.Controller
Assembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntax
public bool WebRequestKeepAlive { get; set; }

Property Value

Type: Boolean
Exceptions
ExceptionCondition
InvalidOperationExceptionThe property is set and IsBusy is .
See Also