Well, I want to test that the proxy is really working as it should and I would like to do a traceroute.
The only way I have found is by using the Ping
class, with this solution: https://stackoverflow.com/a/45565253/3286975
Actually, I'm using TorSharp and I would like to now how it works. It uses the HttpClient
class as you can see in this example: https://github.com/joelverhagen/TorSharp#example
So I have been looking for how to do a traceroute request using a similar approach for the HttpClient
class, but haven't found anything.
Does anyone know where can I research more information? Can anybody guide me?