Defines the proxy used to download the tiles

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

Syntax

C#
public IWebProxy Proxy { get; set; }
Visual Basic
Public Property Proxy As IWebProxy
	Get
	Set
JScript
function get Proxy () : IWebProxy
function set Proxy (value : IWebProxy)

See Also