<PackageReference Include="NETStandard.Library" Version="2.0.0-preview1-25301-01" />
System.Net.WebProxy
public WebProxy(
string Address,
bool BypassOnLocal)
public WebProxy(
string Address,
bool BypassOnLocal,
string[]
BypassList)
public WebProxy(
Uri Address,
bool BypassOnLocal,
string[]
BypassList)