RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TLogLinkedWebNode.GetResponseStream Method

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

Pascal
function GetResponseStream: TStream; override;
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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!