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 Methode ContentAsString von IURLResponse.

Siehe auch