joelverhagen / TorSharp

Use Tor for your C# HTTP clients. Use Privoxy or .NET 6+ SOCKS support to proxy HTTP traffic.
MIT License
326 stars 62 forks source link

Separate Configure from Start #72

Closed kzu closed 3 years ago

kzu commented 3 years ago

This is useful for scenarios where you want to further explore/configure the tools from their extracted locations before actually starting them.

Fixes #70.

joelverhagen commented 3 years ago

Love it! Definitely seems cleaner and better for a library behavior. I want to get this in 😃.

If you can share, what's the motivation for this change? Do you have a VM/image "prep" step that is decoupled in time from the execution?