System.Net.WebProxy.BypassList Property

Gets or sets an array of addresses that do not use the proxy server.

Syntax

public string[] BypassList { get; set; }

Value

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

Remarks

The WebProxy.BypassList property contains an array of regular expressions that describe 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