RAD Studio VCL Reference
|
Receives the contents of an HTTP response to the message sent by the Send message.
procedure Receive(Context: Integer; Resp: TStream; IsGet: Boolean = False); virtual;
virtual __fastcall Receive(int Context, TStream Resp, Boolean IsGet = False);
Resp is a stream to which Receive can write the contents of the response message.
IsGet indicates whether the response stream contains the results from a "Get" request message.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|