Gets or sets the value of whether the proxy server should be bypassed for local connections or not.

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

Syntax

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

See Also