System.Net.HttpClient.IHTTPResponse.StatusText

From RAD Studio API Documentation
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