<PackageReference Include="NETStandard.Library" Version="2.0.0" />
System.Net.IWebProxyScript
namespace System.
Net
{
public interface IWebProxyScript
{
void Close();
bool Load(
Uri scriptLocation,
string script,
Type helperType);
string Run(
string url,
string host);
}
}