Internet Direct (Indy)
Home
PreviousUpNext
TIdSocksInfo.Authentication Property

Indicates the authentication type required for SOCKS client connection.

Pascal
property Authentication: TSocksAuthentication;

Authentication is a TSocksAuthentication property that represents the authentication mechanism required for the client Connection, and can include one of the following values or meanings: 

 

Value 
Meaning 
saNoAuthentication 
No authentication required. 
saUsernamePassword 
Username and Password authentication required. 

 

The default value for Authentication is ID_SOCKS_AUTH, as assigned in the Create constructor.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.