API:System.Net.HttpClient.THTTPResponse.ContentAsString

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function ContentAsString(const AnEncoding: TEncoding = nil): string; override;

C++

virtual System::UnicodeString __fastcall ContentAsString(System::Sysutils::TEncoding* const AnEncoding = (System::Sysutils::TEncoding*)(0x0));

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.Net.HTTPClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient THTTPResponse

Beschreibung

Implementierung der ContentAsString-Methode der IURLResponse-Schnittstelle.

System.Net.HttpClient.THTTPResponse.ContentAsString erbt von System.Net.URLClient.TURLResponse.ContentAsString. Der folgende Inhalt bezieht sich auf System.Net.URLClient.TURLResponse.ContentAsString.

Implementierung der ContentAsString-Methode der IURLResponse-Schnittstelle.

Siehe auch