Web.HTTPApp.IWebPostProcessor.PostProcess
Delphi
function PostProcess(const AProcessorRequest: IInterface; AInStream: TStream;
out AOutStream: TStream): Boolean;
C++
virtual bool __fastcall PostProcess(const System::_di_IInterface AProcessorRequest, System::Classes::TStream* AInStream, /* out */ System::Classes::TStream* &AOutStream) = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Web.HTTPApp.pas Web.HTTPApp.hpp |
Web.HTTPApp | IWebPostProcessor |
Description
Embarcadero Technologies does not currently have any additional information.