Discuss this help topic in SecureBlackbox Forum

TElHTTPServerResponseParams.ReasonPhrase

TElHTTPServerResponseParams     See also     


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


Contains the Reason Phrase element of the response.

Declaration

[C#]
    string ReasonPhrase;

[VB.NET]
    Property ReasonPhrase As String

[Pascal]
    property ReasonPhrase : string;

[C++]
    void get_ReasonPhrase(std::string &OutResult);
    void set_ReasonPhrase(const std::string &Value);

[PHP]
    string get_ReasonPhrase()
    void set_ReasonPhrase(string $Value)

[Java]
    String getReasonPhrase();
    void setReasonPhrase(String Value);

Description

    This property specifies the response's Reason Phrase (please see the RFC #2616 for further information).

See also:     StatusCode    

Discuss this help topic in SecureBlackbox Forum