Hi all,
I would like to write a C# application (IRC client) that is using TOR. I read a lot, but I still don't know how can I run TOR proxy in transparent way (from my c# code).
I see that Tor Stem (https://stem.torproject.org/) can be used by Python code or there are packages for Linux, but not C# (.NET).
How can I run Tor proxy from C# ? Is there a library (dll) that I can run ? (without need to have open Tor Bundle browser).
Let your application start a 'private' Tor node and connect your program using SOCKS to it.
Could you please give me a hint how to do that ? Should I use some library ? or can I find it in Tor Browser Bundle ? (Remember that I would like to do it in background)
Thanks for help
install TOR client(Not Browser Bundle) and run it. Then socks port will open and you can connect from your program through TCP.
On Tue, Dec 16, 2014 at 10:49 AM, Hollow Quincy hollow.quincy@gmail.com wrote:
Hi all,
I would like to write a C# application (IRC client) that is using TOR. I read a lot, but I still don't know how can I run TOR proxy in transparent way (from my c# code).
I see that Tor Stem (https://stem.torproject.org/) can be used by Python code or there are packages for Linux, but not C# (.NET).
How can I run Tor proxy from C# ? Is there a library (dll) that I can run ? (without need to have open Tor Bundle browser).
Let your application start a 'private' Tor node and connect your program using SOCKS to it.
Could you please give me a hint how to do that ? Should I use some library ? or can I find it in Tor Browser Bundle ? (Remember that I would like to do it in background)
Thanks for help _______________________________________________ tor-dev mailing list tor-dev@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev