Skip to content

Samemantlt/ProxySharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

C# Library that allows to use proxies easy&fast

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages