RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWinCGIRequest Class

TWinCGIRequest represents client request information that is passed to a Windows hosted CGI Web server application.

Pascal
TWinCGIRequest = class(TCGIRequest);
C++
class TWinCGIRequest : public TCGIRequest;

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. 

 

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