RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TISAPIResponse.SendResponse Method

Sends the ISAPI response message to the web client.

Pascal
procedure SendResponse; override;
C++
virtual __fastcall SendResponse();

Call SendResponse after setting the properties of the HTTP response object to specify the response that should be made to the web client. If the request should be redirected to another URI, it is more efficient to call SendRedirect

 

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