Gets or sets a value indicating whether to bypass the proxy server for local addresses.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
Public Property BypassProxyOnLocal As Boolean
	Get
	Set
C#
public bool BypassProxyOnLocal { get; set; }

Field Value

true to bypass the proxy server for local addresses; otherwise, false. The default value is false.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also