Web.CGIHTTP.TWinCGIResponse

From RAD Studio API Documentation
Jump to: navigation, search

Web.CGIHTTP.TCGIResponseWeb.HTTPApp.TWebResponseSystem.TObjectTWinCGIResponse

Delphi

TWinCGIResponse = class(TCGIResponse);

C++

class PASCALIMPLEMENTATION TWinCGIResponse : public TCGIResponse

Properties

Type Visibility Source Unit Parent
class public
Web.CGIHTTP.pas
Web.CGIHTTP.hpp
Web.CGIHTTP Web.CGIHTTP

Description

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

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.

See Also