Specifies the HTTP version.
property ProtocolVersion: TIdHTTPProtocolVersion;
ProtocolVersion is a TIdHTTPProtocolVersion property that specifies the HTTP version used for Get, Head, and Post methods for the HTTP client.
ProtocolVersion allows the following values and associated meanings:
Value |
Meaning |
pv1_0 |
HTTP 1.0 |
pv1_1 |
HTTP 1.1 |
The default value for ProtocolVersion is Id_TIdHTTP_ProtocolVersion.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|