|
<< Click to Display Table of Contents >> Navigation: Classes > THttpReply > Methods > SendRedirect |
SIGNATURE=IW.HTTP.Reply.THttpReply.SendRedirect@string@Integer
ETYPE=Method
Declaration:
Delphi: |
public procedure SendRedirect(const aURL: string; aStatusCode: Integer); overload; |
C++: |
void public: __fastcall SendRedirect(const String aURL, int aStatusCode); |
Description: This is SendRedirect, a member of class THttpReply.