Web.Win.IsapiHTTP.TISAPIRequest.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AECB: PEXTENSION_CONTROL_BLOCK);

C++

__fastcall TISAPIRequest(Winapi::Isapi2::PEXTENSION_CONTROL_BLOCK AECB);

Properties

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

Description

Creates an instance of TISAPIRequest to represent the request message information contained in the AECB parameter.

Applications don't need to call Create to instantiate an ISAPI request object. TISAPIApplication creates a TISAPIRequest object whenever it receives a client request.

See Also