Web.CGIHTTP.TWinCGIRequest

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