C-DEngine 5.105

TheRequestData..::..StatusCode Property

An integer for the Http Status Code. Initially set to zero, an interceptor function must set this value to indicate that a request has been handled. Possible values include: Not Handled(0), OK(200), NotFound(404), NotAcceptable(406), ServerError(500), and RequestTimeout(408).
These values are defined in the eHttpStatusCode enum.

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public int StatusCode { get; set; }
Public Property StatusCode As Integer
	Get
	Set
public:
property int^ StatusCode {
	int^ get ();
	void set (int^ value);
}