Show: Delphi C++
Display Preferences

AdaptReq.IAdapterModes.AdapterModes

From XE2 API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
property public
AdaptReq.pas
AdaptReq.hpp
AdaptReq IAdapterModes

Description

Lists the modes for the adapters that the AdapterNames property lists.

Read AdapterModes to extract an adapter mode from the HTTP request. The AdapterNames property gives the corresponding adapter to which the mode should be applied.

I is the index of the adapter, where 0 indicates the first adapter, 1 indicates the second adapter, and so on. The AdapterCount property provides an upper bound for this index.

Use AdapterModes when iterating over all the modes in the request. To obtain the mode for a specific adapter, use the FindAdapterMode method instead.

See Also

Personal tools
Previous Versions
Translations