RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTTPReqResp.Get Method

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

Pascal
procedure Get(Resp: TStream); virtual;
C++
virtual __fastcall Get(TStream Resp);

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!