RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TISAPIResponse.SendStream Method

Sends the ISAPI response message with the contents set to the contents of AStream.

Pascal
procedure SendStream(AStream: TStream); override;
C++
virtual __fastcall SendStream(TStream AStream);

Only call SendStream after first calling SendResponse. Unlike SendStream, SendResponse fills the header of the HTTP response message, based on the properties of the TISAPIResponse object. If SendResponse has not been called first to set the header of the HTTP response message, set the ContentStream property to AStream, and call SendResponse

 

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