Knapcode.TorSharp
1.5.3
Prefix Reserved
See the version list below for details.
dotnet add package Knapcode.TorSharp --version 1.5.3
NuGet\Install-Package Knapcode.TorSharp -Version 1.5.3
<PackageReference Include="Knapcode.TorSharp" Version="1.5.3" />
paket add Knapcode.TorSharp --version 1.5.3
#r "nuget: Knapcode.TorSharp, 1.5.3"
// Install Knapcode.TorSharp as a Cake Addin #addin nuget:?package=Knapcode.TorSharp&version=1.5.3 // Install Knapcode.TorSharp as a Cake Tool #tool nuget:?package=Knapcode.TorSharp&version=1.5.3
Use Tor for your C# HTTP clients. Tor + Privoxy = :heart:
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Knapcode.TorSharp:
Package | Downloads |
---|---|
ATS-Common
Package Description |
|
TorHttpClientExecutor
Make HttpClient requests from Tor Network |
|
VL.TorSharp
Allows to make HTTP requests using the TOR network in VL |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.15.0 | 8,685 | 10/24/2023 |
2.14.0 | 10,387 | 3/5/2023 |
2.13.0 | 2,309 | 2/2/2023 |
2.12.0 | 829 | 1/8/2023 |
2.11.0 | 341 | 1/5/2023 |
2.10.0 | 2,510 | 12/23/2022 |
2.9.0 | 337 | 12/23/2022 |
2.8.1 | 9,886 | 6/17/2021 |
2.8.0 | 808 | 5/26/2021 |
2.7.0 | 848 | 5/20/2021 |
2.6.0 | 1,686 | 3/7/2021 |
2.5.0 | 4,862 | 12/16/2020 |
2.4.0 | 940 | 11/28/2020 |
2.3.0 | 629 | 11/20/2020 |
2.2.0 | 16,067 | 11/24/2019 |
2.1.0 | 738 | 11/11/2019 |
2.0.1 | 745 | 10/5/2019 |
2.0.0 | 736 | 9/10/2019 |
2.0.0-beta1 | 492 | 9/7/2019 |
1.9.1 | 755 | 8/31/2019 |
1.9.0 | 749 | 7/22/2019 |
1.8.6 | 710 | 7/6/2019 |
1.8.5 | 1,350 | 1/23/2019 |
1.8.4 | 1,163 | 10/13/2018 |
1.8.3 | 1,537 | 3/28/2018 |
1.8.2 | 1,174 | 3/4/2018 |
1.8.1 | 1,086 | 3/3/2018 |
1.8.0 | 1,196 | 2/11/2018 |
1.7.0 | 1,283 | 12/31/2017 |
1.6.2 | 1,330 | 11/20/2017 |
1.6.1 | 1,363 | 7/29/2017 |
1.6.0 | 1,512 | 12/3/2016 |
1.5.3 | 1,555 | 7/17/2016 |
1.5.2 | 1,404 | 4/23/2016 |
1.5.1 | 1,111 | 4/20/2016 |
1.5.0 | 2,938 | 2/14/2016 |
1.4.0 | 1,184 | 2/9/2016 |
1.3.1 | 1,420 | 12/4/2015 |
1.3.0 | 1,278 | 8/24/2015 |
1.2.0 | 1,175 | 8/23/2015 |
1.1.0 | 1,165 | 8/22/2015 |
1.0.0 | 1,702 | 8/4/2015 |
* 1.5.3 Fix P/Invoke stubs to work on x64 so ToolRunnerType.VirtualDesktop works.
* 1.5.2 Paths now fully work when they have spaces in them.
* 1.5.1 Fix bug where usernames with spaces in them are not supported.
* 1.5.0 Hash Tor passwords in process (by duplicating the hash algorithm).
* 1.4.0 Add tool runner without jobs, configure Tor data directory, fix file system race condition.
* 1.3.1 Fix dispose issue in TorControlClient.
* 1.3.0 Extract interfaces and rename ToolFetcher to TorSharpToolFetcher.
* 1.2.0 Add tool to download the latest Tor and Privoxy.
* 1.1.0 Target .NET 4.5 instead of .NET 4.5.2.
* 1.0.0 Initial release.