RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTTPReqResp.SendGet Method

SendGets sends a "GET" request to the server.

Pascal
function SendGet: Integer; virtual;
C++
virtual __fastcall int SendGet();

Note: On Windows (when using WinInet), the Get method calls SendGet to send the GET request to the URL specified by URL.
Note: SendGet is not available on Linux.
SendGet returns a context ID that identifies the GET request message. The Get method uses this context ID to retrieve the corresponding response message from the server. 

 

Get 

URL

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!