Discuss this help topic in SecureBlackbox Forum
HTTP status code received in the last operation.
Declaration
[VB.NET]
Property HTTPStatusCode As Integer
[Pascal]
property HTTPStatusCode : Integer;
[C++]
int32_t get_HTTPStatusCode();
[PHP]
integer get_HTTPStatusCode()
[Java]
int getHTTPStatusCode();
Description
Use this property to check the HTTP status code received during the last operation.
Discuss this help topic in SecureBlackbox Forum