Discuss this help topic in SecureBlackbox Forum

TElHTTPSClient.ServerReasonPhrase

TElHTTPSClient     See also     


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


Returns the Server Reason Phrase, obtained from HTTP response.

Declaration

[C#]
    string ServerReasonPhrase;

[VB.NET]
    Property ServerReasonPhrase As String

[Pascal]
    property ServerReasonPhrase : string;

[C++]
    void get_ServerReasonPhrase(std::string &OutResult);

[PHP]
    string get_ServerReasonPhrase()

[Java]
    String getServerReasonPhrase();

Description

    This read-only property returns the server's reason phrase from HTTP header. Reason Phrase is a comment for the server ServerStatusCode, as "404 Not Found".

See also:     ServerStatusCode    

Discuss this help topic in SecureBlackbox Forum