Show: Delphi C++
Display Preferences

AdaptReq.IAdapterModes

From XE2 API Documentation
Jump to: navigation, search

Delphi

type IAdapterModes = interface(IInterface) [{7FD48996-5814-11D4-A492-00C04F6BB853}]

C++

__interface  INTERFACE_UUID("{7FD48996-5814-11D4-A492-00C04F6BB853}") IAdapterModes  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
AdaptReq.pas
AdaptReq.hpp
AdaptReq AdaptReq

Description

IAdapterModes is the interface for extracting the mode of an adapter from an HTTP request.

Use IAdapterModes to obtain mode information for a specified adapter from an HTTP request message. You can obtain an IAdapterModes interface by casting (Delphi) or calling QueryInterface on (C++) the interface that is the AdapterRequest property of the global Web context.

Not all adapters have modes. For adapters that do support modes, the mode indicates the types of tasks that adapter can perform. Adapters that support modes include the mode as a hidden field in HTML forms so that they can re-establish the correct mode when processing requests that originate from that form.

IAdapterModes lists the modes of any adapters that support modes and that contributed to the HTML form from which this request originated.

See Also

Personal tools
Previous Versions
Translations