Topic Path: Symbol Reference > Classes > TIdCustomHTTP Class > TIdCustomHTTP Properties > URL Property
ContentsIndexHome
PreviousUpNext
TIdCustomHTTP.URL Property

Represents the attributes of a resource accessed by an HTTP request.

property URL: TIdURI;

URL is a read-only TIdURI property that represents the attributes of a server resource in an HTTP Request, including the Protocol, Host, Port, Path, Document, and Bookmark for a resource. 

URL is used in DoRequest and when preparing the request for the HTTP command verb. URL may also be used, when CookieManager has been assigned for the HTTP client, to set the realm or domain for cookie values found in an HTTP response.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.