RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractWebContext.AdapterRequest Property

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

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

AdapterRequest is the interface of the object that adapters use to obtain information about the current HTTP request message. The adapter request object obtains its information from the TWebRequest object that is the value of the Request property.

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

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