Web.HTTPApp.TCustomContentProducer

Delphi
TCustomContentProducer = class(TComponent, ISetAppDispatcher, IProduceContent, IProduceContentFrom)
C++
class PASCALIMPLEMENTATION TCustomContentProducer : public System::Classes::TComponent
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
class | public | Web.HTTPApp.pas Web.HTTPApp.hpp |
Web.HTTPApp | Web.HTTPApp |
説明
TCustomContentProducer は,送信する HTTP レスポンスメッセージの内容となる文字列を作成するすべてのオブジェクトの基本クラスです。
TCustomContentProducer は,クラスを定義して HTTP レスポンスメッセージの内容を作成するときの基本クラスとして使用します。通常は,コンテンツプロデューサが HTML コマンドの文字列を解釈します。ただし,TCustomContentProducer の下位クラスを定義して有効な MIME タイプを作成することもできます。