CResponse Class Reference
class CResponse : public CMessage |
Constructor & Destructor Documentation
CResponse()
CResponse | ( | ) | [private, inline] |
Member Functions Documentation
Handle()
Obtain a handle for this response that can be used by the client.
Status()
Returns the status (returned as a reference; use this call to set it)
Status()
const TInt & | Status | ( | ) | const [inline] |
StatusString()
Returns the status string (returned as a reference, which you can set)
StatusString()
const RStringF & | StatusString | ( | ) | const [inline] |
Returns the status string
Version()
Returns the HTTP version (returned as a reference, which you can set)
Member Data Documentation
TInt
iStatus
The HTTP status code obtained from the HTTP server's response
RStringF
iStatusString
The HTTP status description string obtained from the HTTP server's response
TVersion
iVersion
The HTTP version number (major/minor) obtained from the HTTP server's response
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.