Indy 9
TSocksAuthentication
Unit: IdSocks
Specifies the Socks Authentication type.
TSocksAuthentication = (saNoAuthentication, saUsernamePassword);
Unit
IdSocks
Description
TSocksAuthentication is an enumerated type that specifies the type of authentication required for the Socks proxy.

TSocksAuthentication may contain one of these following values:

  • saNoAuthentication - No authentication is required.

  • saUsernamePassword - User Name and Password authentication.

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.