Web.HTTPApp.TWebRequest.ContentParser

提供: RAD Studio API Documentation
移動先: 案内検索

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 リクエストを分解処理します。