RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCGIResponse Class

TCGIResponse represents HTTP messages sent by a CGI application in response to an HTTP request message.

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

Use TCGIResponse to specify the response to an HTTP request message in a CGI application. 

The CGI application creates a TCGIResponse object based on the TCGIRequest object for an incoming web client request message. The TWebDispatcher for the application then passes the TCGIResponse object to the TWebActionItem associated with the TCGIRequest object. The TWebActionItem sets the properties of the TCGIResponse object. 

 

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