Internet Direct (Indy)
|
Text data containing the HTTP Command received in an HTTP request.
property RawHTTPCommand: string;
RawHTTPCommand is a read-only String property that represents the raw textual data for the command read from the HTTP client connection.
RawHTTPCommand is updated when the threaded client connection is executed, and contains values that are examined to set properties for the TIdHTTPRequestInfo instance like Command, Params, and Document.
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. |