Socks proxy support (#2058)

* socks proxy implementaion through SocksWebProxy package

* after merge fixes
This commit is contained in:
Andy Simons
2017-11-06 15:51:26 +05:00
committed by flightlevel
parent 7ce1c4acfb
commit 2b32fb358c
13 changed files with 218 additions and 100 deletions

View File

@@ -18,6 +18,7 @@
<PackageReference Include="MimeMapping" Version="1.0.1.10" />
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
<PackageReference Include="NLog" Version="5.0.0-beta11" />
<PackageReference Include="SocksWebProxy" Version="1.0.5" />
<PackageReference Include="YamlDotNet" Version="4.2.2" />
</ItemGroup>