RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TLinkedWebNode.GetResponseStream Method

Returns a stream to which the application can write the response to the method call.

Pascal
function GetResponseStream: TStream; virtual;
C++
virtual __fastcall TStream GetResponseStream();

GetResponseStream creates and returns a memory stream. The linked RIO object uses this stream as its response stream, which receives the response that results from the method call. 

 

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