Internet Direct (Indy)
Home
PreviousUpNext
TIdHTTP.AuthProxyRetries

Number of proxy authentication requests attempted for the client connection.

AuthProxyRetries is a published property in TIdHTTP that represents the number of retries attempted when performing proxy authentication for the TIdHTTP client connection. 

AuthProxyRetries is used when an HTTP protocol handler for the client connection attempts to process a protocol response code that indicates authentication or proxy authentication is required (401 or 407). 

AuthProxyRetries is incremented on each attempt to authenticate. AuthProxyRetries is compared to the current maximum number of authentication requests allowed in MaxAuthRetries to determine if additional proxy authentication requests are allowed. When permitted, the request is performed using the OnAuthorization event handler.

AuthRetries 

MaxAuthRetries 

OnAuthorization 

TIdHTTPProtocol

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.