Web.WebCntxt.TAbstractAdapterRequest
From RAD Studio API Documentation
Delphi
TAbstractAdapterRequest = class(TInterfacedObject)
C++
class PASCALIMPLEMENTATION TAbstractAdapterRequest : public System::TInterfacedObject
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | Web.WebCntxt.pas Web.WebCntxt.hpp |
Web.WebCntxt | Web.WebCntxt |
Description
TAbstractAdapterRequest is the base class for adapter request objects.
TAbstractAdapterRequest is the base class for the object that adapters use to obtain information about the current HTTP request message. An application interacts with an adapter request object through interfaces implemented by various descendants of TAbstractAdapterRequest. These descendant classes are considered internal to WebSnap and are not documented.