<PackageReference Include="NETStandard.Library" Version="2.0.2" />
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)