RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TISAPIRequest Class

TISAPIRequest represents client request information that is passed to a server application DLL.

Pascal
TISAPIRequest = class(TWebRequest);
C++
class TISAPIRequest : public TWebRequest;

Use TISAPIRequest to interpret a client request to a server application DLL. 

ISAPI application objects create TISAPIRequest objects to capture client requests. The properties of the TISAPIRequest objects are obtained from the Web server. The ISAPI application uses TISAPIRequest objects to create corresponding TISAPIResponse objects. The TWebDispatcher for the application then invokes the TWebActionItem that is associated with the path portion of the URL of the TISAPIRequest object. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!