RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractAdapterResponse Class

TAbstractAdapterResponse is the base class for adapter response objects.

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

TAbstractAdapterResponse is the base class for the object that adapters use to obtain information about the current HTTP response message. An application interacts with an adapter response object through interfaces implemented by various descendants of TAbstractAdapterResponse. 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!