Knapcode.TorSharp 2.5.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Knapcode.TorSharp --version 2.5.0
NuGet\Install-Package Knapcode.TorSharp -Version 2.5.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Knapcode.TorSharp" Version="2.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Knapcode.TorSharp --version 2.5.0
#r "nuget: Knapcode.TorSharp, 2.5.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Knapcode.TorSharp as a Cake Addin
#addin nuget:?package=Knapcode.TorSharp&version=2.5.0

// Install Knapcode.TorSharp as a Cake Tool
#tool nuget:?package=Knapcode.TorSharp&version=2.5.0

Use Tor for your C# HTTP clients. Tor + Privoxy = ❤

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.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. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Knapcode.TorSharp:

Package Downloads
ATS-Common

Package Description

TorHttpClientExecutor

Make HttpClient requests from Tor Network

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.15.0 2,063 10/24/2023
2.14.0 9,432 3/5/2023
2.13.0 2,259 2/2/2023
2.12.0 739 1/8/2023
2.11.0 298 1/5/2023
2.10.0 1,917 12/23/2022
2.9.0 306 12/23/2022
2.8.1 9,783 6/17/2021
2.8.0 771 5/26/2021
2.7.0 812 5/20/2021
2.6.0 1,641 3/7/2021
2.5.0 4,728 12/16/2020
2.4.0 891 11/28/2020
2.3.0 588 11/20/2020
2.2.0 12,941 11/24/2019
2.1.0 697 11/11/2019
2.0.1 709 10/5/2019
2.0.0 712 9/10/2019
2.0.0-beta1 462 9/7/2019
1.9.1 717 8/31/2019
1.9.0 718 7/22/2019
1.8.6 679 7/6/2019
1.8.5 1,312 1/23/2019
1.8.4 1,125 10/13/2018
1.8.3 1,492 3/28/2018
1.8.2 1,139 3/4/2018
1.8.1 1,048 3/3/2018
1.8.0 1,154 2/11/2018
1.7.0 1,243 12/31/2017
1.6.2 1,305 11/20/2017
1.6.1 1,324 7/29/2017
1.6.0 1,472 12/3/2016
1.5.3 1,512 7/17/2016
1.5.2 1,367 4/23/2016
1.5.1 1,076 4/20/2016
1.5.0 2,893 2/14/2016
1.4.0 1,145 2/9/2016
1.3.1 1,380 12/4/2015
1.3.0 1,237 8/24/2015
1.2.0 1,133 8/23/2015
1.1.0 1,121 8/22/2015
1.0.0 1,660 8/4/2015

* 2.5.0 Don't try to use virtual desktops on Windows 7 or earlier.
* 2.4.0 Add support for custom Tor bridges, allow configurable max Privoxy connections.
* 2.3.0 Add support for Tor bridges (e.g. obfs4).
* 2.2.0 Add Tor control methods to get traffic read and written, fix config bug.
* 2.1.0 Allow override of executable paths (enables using tools from PATH).
* 2.0.1 Fix bug in Windows Privoxy zipped tool prefix (was "win32", should be "win32-").
* 2.0.0 Add support .NET Core on Linux.
* 2.0.0-beta1 Add support for .NET Core on Windows.
* 1.9.1 Fix null reference exception in TorControlClient.Dispose().
* 1.9.0 Add UseExistingTools and CheckForUpdatesAsync so that TorSharpToolFetcher can not download so much.
* 1.8.6 Improve error experience when one of the tool ZIP files is invalid.
* 1.8.5 Add ListenAddress to TorSharpPrivoxySettings to allow external connections.
* 1.8.4 Improve missing tool message and don't fail due to a SecurityProtocolType not being supported.
* 1.8.3 Ignore version directories that don't just have digits.
* 1.8.2 Enable three different ways of downloading Privoxy. Fastest one wins.
* 1.8.1 Use Privoxy RSS feed for fetching tools instead of SourceForge.
* 1.8.0 Add support for HTTPS proxy in Tor and organize TorSettings.
* 1.7.0 Default Tor DataDirectory to a path relative to the Tor executable.
* 1.6.2 Fix a bug where ToolRunnerType.VirtualDesktop was breaking on Windows 10 (version 1709).
* 1.6.1 Fix a bug in the Tor fetcher caused by Tor versions with no Windows build.
* 1.6.0 Add configuration API for tor exit nodes.
* 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.