Web.HTTPApp.TWebRequest.ContentParser
Delphi
property ContentParser: TAbstractContentParser read GetContentParser;
C++
__property TAbstractContentParser* ContentParser = {read=GetContentParser};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| property | public | Web.HTTPApp.pas Web.HTTPApp.hpp |
Web.HTTPApp | TWebRequest |
説明
オブジェクトのコンテンツパーサーオブジェクトを参照します。
ContentParser を読み出すと,TWebRequest インスタンスの TAbstractContentParser オブジェクトを見つけることができます。TAbstractContentParser は HTTP リクエストを分解処理します。