表示: Delphi C++
表示設定

AdaptReq.IAdapterModes.AdapterModes

提供:XE2 API Documentation
移動: 案内, 検索

Delphi

property AdapterModes[I: Integer]: string read GetAdapterMode;

C++

__property System::UnicodeString AdapterModes[int I] = {read=GetAdapterMode};

プロパティ

種類 可視性 ソース ユニット
property public
AdaptReq.pas
AdaptReq.hpp
AdaptReq IAdapterModes

説明

AdapterNames プロパティが示すアダプタのモードをリスト表示します。

AdapterModes プロパティを読み出すと,HTTP リクエストからアダプタモードを抽出できます。AdapterNames プロパティは,モードを適用する特定のアダプタを指定します。

I パラメータはアダプタのインデックスで,0 が 1 つめのアダプタを示し,1 が 2 つめのアダプタを示すといった具合です。AdapterCount プロパティは,このインデックスの上限を指定します。

AdapterModes を使用するのは,リクエストに指定されたすべてのモードを反復処理する場合です。特定のアダプタのモードを取得するには,かわりに FindAdapterMode メソッドを使用します。

関連項目

以前のバージョン
他の言語