Web.Win.IsapiHTTP.TISAPIRequest

Delphi
TISAPIRequest = class(TWebRequest)
C++
class PASCALIMPLEMENTATION TISAPIRequest : public Web::Httpapp::TWebRequest
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Web.Win.IsapiHTTP.pas Web.Win.IsapiHTTP.hpp |
Web.Win.IsapiHTTP | Web.Win.IsapiHTTP |
Description
TISAPIRequest represents client request information that is passed to a server application DLL.
Use TISAPIRequest to interpret a client request to a server application DLL.
ISAPI application objects create TISAPIRequest objects to capture client requests. The properties of the TISAPIRequest objects are obtained from the Web server. The ISAPI application uses TISAPIRequest objects to create corresponding TISAPIResponse objects. The TWebDispatcher for the application then invokes the TWebActionItem that is associated with the path portion of the URL of the TISAPIRequest object.