Discuss this help topic in SecureBlackbox Forum
Contains the Status Code element of the response.
Declaration
[VB.NET]
Property StatusCode As Integer
[Pascal]
property StatusCode : Integer;
[C++]
int32_t get_StatusCode();
void set_StatusCode(int32_t Value);
[PHP]
integer get_StatusCode()
void set_StatusCode(integer $Value)
[Java]
int getStatusCode();
void setStatusCode(int Value);
Description
This property specifies the response's Status Code (please see the RFC #2616 for further information).
Discuss this help topic in SecureBlackbox Forum