Proxy.Client by Daniel Buckle

<PackageReference Include="Proxy.Client" Version="1.1.6" />

 Proxy.Client 1.1.6

The Proxy Client library allows the user to send and receive requests over Http, Socks4/4a/5 proxies.

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>Proxy.Client</id>
    <version>1.1.6</version>
    <authors>Daniel Buckle</authors>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <icon>icon.png</icon>
    <description>The Proxy Client library allows the user to send and receive requests over Http, Socks4/4a/5 proxies.</description>
    <tags>http socks4 socks4a socks5 proxy socket sockets</tags>
    <repository url="https://github.com/bokklu/proxy-client" />
    <dependencies>
      <group targetFramework="net5.0" />
      <group targetFramework="net6.0" />
    </dependencies>
  </metadata>
</package>