Click or drag to resize
UpdateControllerCustomHttpHeaders Property
Gets a collection of custom headers that will be sent with any HTTP request issued by the controller.

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 WebHeaderCollection CustomHttpHeaders { get; }

Property Value

Type: WebHeaderCollection
Remarks
The collection will throw an InvalidOperationException if it is modified while IsBusy is .
See Also