TorSharp
TorSharp copied to clipboard
Use Tor for your C# HTTP clients. Use Privoxy or .NET 6+ SOCKS support to proxy HTTP traffic.
Hey, how can i disable the logging in an console application?
Hello, I am trying to open multiple instance of TorSharp at the same time (Using unique ports setting for each, including sock port, control port, and control port). But when...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Hello! I've a client-srver app, that using your component, and I faced a problem: I can't receive request body. On a client side I 've: ``` private void InitHttpClient() {...
Bumps [sharpcompress](https://github.com/adamhathcock/sharpcompress) from 0.24.0 to 0.29.0. Release notes Sourced from sharpcompress's releases. 0.29.0 - minor behavior change and fixes Two minor fixes from contributors and a behavior fix for extraction....
Hi, Thank you for sharing this great project ! I use it on windows (works like a charm) and in debian 10. I used the example code : ``` ZippedToolsDirectory...
While making HttpRequest which worked month ago, now I get `The remote server returned an error: (426) Upgrade Required.` If I disable proxy from handler => no TorSharp request works...
I'm currently using https://github.com/MihaZupan/HttpToSocks5Proxy on Android as http to socks proxy to replace Privoxy. This solution is completely managed and cross platform as it just works with sockets. I'm suggesting...
"Failed to extract tool 'Tor'. Verify that the .zip at path 'C:\Users\Bil\Imports\tor-win64-0.4.5.9.zip' is valid." when running multiple instanses of Torsharp
Is there already a way to redirect the console output for custom logging?