Web.Win.IsapiHTTP.TISAPIResponse.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(HTTPRequest: TWebRequest);

C++

__fastcall TISAPIResponse(Web::Httpapp::TWebRequest* HTTPRequest);

Properties

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

Description

Creates an instance of TISAPIResponse to represent the response to the HTTPRequest parameter.

Applications don't need to call Create to instantiate a ISAPI response object. TISAPIApplication creates a TISAPIResponse for each TISAPIRequest it creates.

See Also