RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractWebContext.AdapterResponse Property

Provides access to the adapter response object that manages access to the current response.

Pascal
property AdapterResponse: IUnknown;
C++
__property IUnknown AdapterResponse;

AdapterResponse is the interface of the object that adapters use to obtain information about the current HTTP response message. The adapter response object obtains its information from the TWebResponse object that is the value of the Response property.

Note: In Delphi, this interface can typically be cast to an IActionResponse interface.
Note: In C++, you can generally obtain an IActionResponse interface from this interface.
 

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