NetXtremeProxy is aporfessional .NET class library that provides you with a easy solution to send data to a host using a proxy server. It supports HTTP, SOCKS4, SOCKS4A and SOCKS5.
ProxyClient in the NetXtremeProxy .NET class library is similar to the TcpClient .NET class, it also simplifies the task of developing applications working with the proxy servers.
Here are some key features of "NetXtremeProxy":
· Fully support both event-driven (asynchronous) and blocking (synchronous) application designs.
· ProxyClient class is similar to TcpClient class, so that you don't have to spend more time to learn about it.
· Sends and receives data through proxy server. It supports HTTP, SOCKS4, SOCKS4A and SOCKS5 proxy servers.
· Uniform and comprehensive error handling with .NET exceptions.
Limitations:
· 30 days trial period
What's New in This Release: [ read full changelog ]
· Added SendToProxy proxy type to the ProxyType enum.
· Added Query sample project.
· Added time label to the main form of the Proxy Demo form.
· Added topic "Sending data through a proxy server without credentials".
· Fixed a bug that caused infinitive loop in some cases when connecting to a HTTPCONNECT server with incorrectly selected ProxyType (Socks4 or Socks5).