Internet Direct (Indy)
Home
PreviousUpNext
TIdHTTPRequest.Method Property

Indicates the HTTP method to use for the request.

Pascal
property Method: TIdHTTPMethod;

Method is a TIdHTTPMethod property that represents the HTTP command to use for the URL in the HTTP request. 

Method is used when TIdHTTP needs to prepares a request, and during execution using the TIdHTTPProtocol protocol handler. 

Method allows the HTTP client to determine if additional properties or headers are required to connect to the HTTP host or perform the HTTP request. 

Method also indicates if the HTTP client should include any values from the content stream in Source in the HTTP protocol exchange.

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.