WebUpdateController.ProxyAddress Property

Gets or sets the address of the proxy server the WebUpdateController will use when connecting to the update location.

[Visual Basic]

Public Property ProxyAddress As Uri

[C#]

public Uri ProxyAddress {get;set;}

Property Value

The address of the proxy server the WebUpdateController will use when connecting to the update location.

Remarks

If AutoDetectProxy is true, the value of this property is ignored.

See Also

WebUpdateController Class | WebUpdateController Members | Kjs.AppLife.Update.Web Namespace