Skip to content
This repository was archived by the owner on Jun 8, 2022. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

1 Commit

Repository files navigation

Stand With Ukraine

HttpToSocks5Proxy

As of .NET 6, SocketsHttpHandlersupports connecting to Socks4, Socks4a and Socks5 proxies!

This project is now archived and no longer maintained. You can use this library on older versions of .NET. See the archived branch.

varclient=newHttpClient(newSocketsHttpHandler(){Proxy=newWebProxy("socks5://127.0.0.1:9050")});varcontent=awaitclient.GetStringAsync("https://check.torproject.org/");Console.WriteLine(content);

About

C# Http to Socks5 proxy implementation

Topics

Resources

Stars

223 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors