Identifies the next action required after a request/response protocl exchange.
TIdHTTPWhatsNext = ( wnGoToURL, wnJustExit, wnDontKnow, wnReadAndGo, wnAuthRequest );
TIdHTTPWhatsNext is an enumerated type that indicates the next action required during execution of HTTP Requests and Responses using the TIdHTTP protocol handler.
TIdHTTPWhatsNext can contain one of the following values and associated meanings:
Value |
Meaning |
wnGoToURL |
The protocol handle will redirect to a new URL. |
wnJustExit |
The protocol handler cannot redirect, the request will be abandoned. |
wnDontKnow |
The action for the protocol handler has not been determined. |
wnReadAndGo |
The protocol handler will read the HTTP response. |
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. |