System.Net.HttpClient.IHTTPResponse.StatusText

From RAD Studio API Documentation
Revision as of 15:36, 11 February 2015 by Jesush (talk | contribs) (58500)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

property StatusText: string read GetStatusText;

C++

__property System::UnicodeString StatusText = {read=GetStatusText};

Properties

Type Visibility Source Unit Parent
property public
System.Net.HTTPClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient IHTTPResponse

Description

String with a description of the related StatusCode.

StatusText is defined as Reason-Phrase in the specifications and the content of the StatusText is specific for each server.

See Also