Rebex.Networking provides TLS/SSL, SSH and proxy support to Rebex components.
This is a paid commercial product with a free 30-day trial:
- Trial mode: Start your free 30-day trial by generating your trial key at https://rebex.net/support/trial-key.aspx
- Licensed mode: Purchase the product at...
More information
- ProxySocket is an implementation of the SOCKS4/SOCKS5/HTTPS CONNECT protocol
- Supports username/password authentication
- Inherits from a standard Socket class
A simple SOCKS v4a proxy server written in C# which forwards all traffic to a SOCKS v5 server. The proxy server does not support authentication however it can connect to a SOCKS v5 server using username and password. UDP and Bind commands are not supported. It also provides an interface for custom...
More information