Mono Class Library: System.Net.WebProxy Overview | Members

System.Net.WebProxy.BypassList Property

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

public string[] BypassList { set; get; }

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

This property is equivalent to WebProxy.BypassArrayList.ToArray(typeof(string)).

Requirements

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