MihaZupan / HttpToSocks5Proxy

C# Http to Socks5 proxy implementation
227 stars 37 forks source link

How to make a random proxy in every request #18

Closed zackmark29 closed 2 years ago

zackmark29 commented 4 years ago

Hello I would like to ask, Is it possible with your extension to use random proxy for each request? without re-creating a new instance of httpclient?

MihaZupan commented 2 years ago

Sorry about never responding to this. I'm archiving this project as support for SOCKS proxies has been added in .NET 6.

You will have to use a separate HttpClient instance for each proxy.