System.Net.WebProxy.BypassArrayList Property

Gets a list of addresses that do not use the proxy server.

Syntax

public ArrayList BypassArrayList { get; }

Value

A ArrayList of string instances. The elements of the list represent the URIs that a System.Net.WebRequest instance accesses directly instead of through the proxy server.

Remarks

The WebProxy.BypassList is an array list of regular expression strings that describe the URIs that a System.Net.WebRequest instance accesses directly instead of through the proxy server.

Requirements

Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0