Discuss this help topic in SecureBlackbox Forum

TElHTTPSClient.ServerStatusCode

TElHTTPSClient     See also     


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


This read-only property Specifies the status code contained in a server response.

Declaration

[C#]
    int ServerStatusCode;

[VB.NET]
    Property ServerStatusCode As Integer

[Pascal]
    property ServerStatusCode : integer;

[C++]
    int32_t get_ServerStatusCode();

[PHP]
    integer get_ServerStatusCode()

[Java]
    int getServerStatusCode();

Description

    This property specifies status code of last request to server. It may be informational (1xx), successful (2xx), redirection (3xx), clien error (4xx) or server error (5xx).

See also:     ServerReasonPhrase    

Discuss this help topic in SecureBlackbox Forum