Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 613 Bytes

File metadata and controls

25 lines (19 loc) · 613 Bytes

ProxySharp

C# Library that allows to use proxies easy&fast

Nuget Nuget

Example:

IConnectionProvider connectionProvider = new Socks4ConnectionProvider("1.2.3.4", 1080);
TcpClient tcpClient = await connectionProvider.Connect("google.com", 80);

// tcpClient is connected to 'google.com:80' through socks4 proxy '1.2.3.4:1080'

TCP Proxies

  • Socks4 (without authorization for now)
  • Socks4A
  • Socks5

HTTP Proxies

  • HTTP
  • HTTPS

UDP Proxies

  • Socks5