Discuss this help topic in SecureBlackbox Forum

TElHTTPServerResponseParams.StatusCode

TElHTTPServerResponseParams     See also     


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


Contains the Status Code element of the response.

Declaration

[C#]
    int StatusCode;

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

See also:     ResonPhrase    

Discuss this help topic in SecureBlackbox Forum