RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractAdapterRequest Class

TAbstractAdapterRequest is the base class for adapter request objects.

Pascal
TAbstractAdapterRequest = class(TInterfacedObject);
C++
class TAbstractAdapterRequest : public TInterfacedObject;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!