4 references to BypassList
System (4)
net\System\Net\Configuration\DefaultProxySection.cs (4)
156
section.
BypassList
.Count == 0)
252
int bypassListSize = section.
BypassList
.Count;
255
string[] bypassList = new string[section.
BypassList
.Count];
258
bypassList[index] = section.
BypassList
[index].Address;