Soap.SOAPHTTPTrans.THTTPReqResp.Get

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Get(Resp: TStream); virtual;

C++

virtual void __fastcall Get(System::Classes::TStream* Resp);

Properties

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

Description

Sends a "Get" request to the server and retrieves the results.

Get sends an HTTP request message to the server with a method type of GET. THTTPRio uses this method to fetch the WSDL document that underlies the WSDLView property.

Resp is a stream that receives the contents of the response to the "Get" request message.

See Also