SOCKS5 Proxy Support

Table of contents
No headers

 

 

 

To use a SOCKS 5 proxy server, simply add the following code prior to connecting:

 

turboClient.ProxyServer = "username:password@host:port";

 

Host can be an IP address or resolvable DNS address.