Show: Delphi C++
Display Preferences

AdaptReq.IAdapterModes.AdapterNames

From XE2 API Documentation
Jump to: navigation, search

Delphi

property AdapterNames[I: Integer]: string read GetAdapterName;

C++

__property System::UnicodeString AdapterNames[int I] = {read=GetAdapterName};

Properties

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

Description

Lists the names of the adapters for which the HTTP request contains mode information.

Read AdapterNames to obtain the names of the adapters that have mode information included in the HTTP request. Each adapter name is the name of the variable that refers to the adapter in server-side script.

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 AdapterNames when iterating over all the adapters in the request. To obtain the mode of a specified Adapter given its name, use the FindAdapterMode method.

See Also

Personal tools
Previous Versions
Translations