Soap.SOAPHTTPTrans.THTTPReqResp.SendGet

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  SendGet: HINTERNET; virtual;

C++

virtual void * __fastcall SendGet();

Properties

Type Visibility Source Unit Parent
function public
Soap.SOAPHTTPTrans.pas
Soap.SOAPHTTPTrans.hpp
Soap.SOAPHTTPTrans THTTPReqResp

Description

SendGets sends a "GET" request to the server.

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.

See Also