property SocksVersion: TCRSocksVersion; default svNoSocks;
Description
The SocksVersion property holds the SOCKS protocol version. The SOCKS protocol is intended to exchange network packages between the client and server by routing traffic to the actual server through a firewall.
By default SOCKS is not used (the value is svNoSocks)and a connection to the proxy server will be established through HTTP.
See Also