RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWinCGIResponse Class

TWinCGIResponse represents HTTP messages sent by a Windows hosted CGI application in response to an HTTP request message.

Pascal
TWinCGIResponse = class(TCGIResponse);
C++
class TWinCGIResponse : public TCGIResponse;

CGIHTTP

Use TWinCGIResponse to specify the response to an HTTP request message. 

A CGI application creates a TWinCGIResponse object based on the TWinCGIRequest object for an incoming web client request message. The Web dispatcher for the application then passes the TWinCGIResponse object to the TWebActionItem associated with the TWinCGIRequest object. The TWebActionItem sets the properties of the TWinCGIResponse object. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!