RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TISAPIRequest.Create Constructor

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

Pascal
constructor Create(AECB: PEXTENSION_CONTROL_BLOCK);
C++
__fastcall TISAPIRequest(PEXTENSION_CONTROL_BLOCK AECB);

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!