Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPClient.HTTPStatusCode

TElXMLSOAPClient     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


HTTP status code received in the last operation.

Declaration

[C#]
    int HTTPStatusCode;

[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.

See also:     HTTPClient    

Discuss this help topic in SecureBlackbox Forum