Web.WebFileDispatcher.TDispatchFileRequest.SetContentStream
Delphi
procedure SetContentStream(AStream: TStream); virtual; abstract;
C++
virtual void __fastcall SetContentStream(System::Classes::TStream* AStream) = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | protected | Web.WebFileDispatcher.pas Web.WebFileDispatcher.hpp | Web.WebFileDispatcher | TDispatchFileRequest | 
Description
Virtual abstract method.
SetContentStream is a virtual abstract method that is to be implemented in derived classes.