#include <httprequest.h>
Public Member Functions | |
| HttpRedirectException (const QString &sHostName="", int nCode=-1, const QString &sMsg="") | |
| virtual | ~HttpRedirectException () |
Public Attributes | |
| QString | hostName |
Definition at line 271 of file httprequest.h.
| HttpRedirectException::HttpRedirectException | ( | const QString & | sHostName = "", |
|
| int | nCode = -1, |
|||
| const QString & | sMsg = "" | |||
| ) | [inline] |
Definition at line 278 of file httprequest.h.
| virtual HttpRedirectException::~HttpRedirectException | ( | ) | [inline, virtual] |
Definition at line 284 of file httprequest.h.
| QString HttpRedirectException::hostName |
Definition at line 275 of file httprequest.h.
Referenced by ServiceHost::ProcessRequest().
1.6.3