WebProxy.BypassArrayList 属性
定义
获取不使用代理服务器的地址列表。Gets a list of addresses that do not use the proxy server.
public:
property System::Collections::ArrayList ^ BypassArrayList { System::Collections::ArrayList ^ get(); };
public System.Collections.ArrayList BypassArrayList { get; }
member this.BypassArrayList : System.Collections.ArrayList
Public ReadOnly Property BypassArrayList As ArrayList
属性值
一个 ArrayList,其中包含表示 URI 的 BypassList 数组的列表,这些 URI 在被访问时不使用代理服务器。An ArrayList that contains a list of BypassList arrays that represents URIs that do not use the proxy server when accessed.
注解
BypassList是正则表达式字符串的数组列表,它们描述 WebRequest 实例直接访问而不是通过代理服务器访问的 uri。The BypassList is an array list of regular expression strings that describe the URIs that a WebRequest instance accesses directly instead of through the proxy server.