Gets or sets if the proxy server should be used at all.

Namespace: Ico.Ewx
Assembly: EwxLayer (in EwxLayer.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool UseProxy { get; set; }
Visual Basic
Public Property UseProxy As Boolean
	Get
	Set
JScript
function get UseProxy () : boolean
function set UseProxy (value : boolean)

See Also