API:System.Net.HttpClient.THTTPResponse.ContentAsString
Delphi
function ContentAsString(const AnEncoding: TEncoding = nil): string; override;
C++
virtual System::UnicodeString __fastcall ContentAsString(System::Sysutils::TEncoding* const AnEncoding = (System::Sysutils::TEncoding*)(0x0));
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.Net.HttpClient.pas System.Net.HTTPClient.hpp |
System.Net.HttpClient | THTTPResponse |
Description
Implementation of the ContentAsString method of the IURLResponse interface.
System.Net.HttpClient.THTTPResponse.ContentAsString inherits from System.Net.URLClient.TURLResponse.ContentAsString. All content below this line refers to System.Net.URLClient.TURLResponse.ContentAsString.
Implementation of the ContentAsString method of the IURLResponse interface.