Represents HTTP protocol options available for use with an HTTP client.
TIdHTTPOption = ( hoInProcessAuth, hoKeepOrigProtocol, hoForceEncodeParams );
TIdHTTPOption is an enumerated type that represents the valid HTTP protocol options that can be used in TIdHTTPOptions and the TIdCustomHTTP.HTTPOptions property.
TIdHTTPOption may contain on of the following values and associated meanings:
Value |
Meaning |
hoInProcessAuth |
Indicates that In-Process authentication should be used by the HTTP protocol handler when processing a response to an HTTP request. |
hoKeepOrigProtocol |
Indicates if the HTTP protocol version number should be retained in Post. |
hoForceEncodeParams |
Forces HTTP Request parameters to be URL-encoded during addition to the protocol message. |
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. |