Web.Win.IsapiHTTP.TISAPIResponse

From RAD Studio API Documentation
Jump to: navigation, search

Web.HTTPApp.TWebResponseSystem.TObjectTISAPIResponse

Delphi

TISAPIResponse = class(TWebResponse)

C++

class PASCALIMPLEMENTATION TISAPIResponse : public Web::Httpapp::TWebResponse

Properties

Type Visibility Source Unit Parent
class public
Web.Win.IsapiHTTP.pas
Web.Win.IsapiHTTP.hpp
Web.Win.IsapiHTTP Web.Win.IsapiHTTP

Description

TISAPIResponse represents HTTP messages sent by an ISAPI application in response to an HTTP request message.

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

An ISAPI application creates a TISAPIResponse object based on the TISAPIRequest object for an incoming HTTP request message. TWebDispatcher then passes the TISAPIResponse object to the TWebActionItem associated with the TISAPIRequest object. The TWebActionItem sets the properties of the TISAPIResponse object.

See Also