CResponse::getStatus

The CResponse::getStatus function retrieve the current value of the Status property.

chchar *getStatus();



Return Type

chchar *
Upon successful completion, a string which contains the Status value is returned. Otherwise, NULL is returned.


Parameters

None.


Remarks

This function retrieves the current value of the Status property of the object. The CResponse::setStatus function can be used to modify the status line. Status values are defined in the HTTP1.1 RFC 2068.


See Also

CResponse, CResponse::setStatus

Example