AdaptReq.IImageRequest
From RAD Studio API Documentation
Delphi
IImageRequest = interface
C++
__interface INTERFACE_UUID("{9387A216-4392-48FB-9880-BFA8C5CC306E}") IImageRequest : public System::IInterface
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
interface class |
public | AdaptReq.pas AdaptReq.hpp |
AdaptReq | AdaptReq |
Description
IImageRequest is the interface for extracting the name of a requested image from an HTTP request message.
Use IImageRequest to obtain the name of the image that an HTTP request message requests. You can obtain an IImageRequest interface by casting (Delphi) or calling QueryInterface on (C++) the interface that is the AdapterRequest property of the global Web context.