|
<< Click to Display Table of Contents >> Navigation: Classes > THttpReply > Methods > SendStream |
SIGNATURE=IW.HTTP.Reply.THttpReply.SendStream@TStream@Boolean
ETYPE=Method
Declaration:
Delphi: |
public procedure SendStream(aStream: TStream; const aDisableCacheControl: Boolean = False); |
C++: |
void public: __fastcall SendStream(TStream aStream, const bool aDisableCacheControl = False); |
Description: This is SendStream, a member of class THttpReply.