RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TISAPIResponse Class

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

Pascal
TISAPIResponse = class(TWebResponse);
C++
class TISAPIResponse : public TWebResponse;

IsapiHTTP

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. 

 

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