API:System.Net.HttpClient.THTTPResponse.ContentAsString

Aus RAD Studio API Documentation

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. {{#multireplace:System.Net.HttpClient.THTTPResponse.ContentAsString|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} erbt von {{#multireplace:System.Net.URLClient.TURLResponse.ContentAsString|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Der folgende Inhalt bezieht sich auf {{#multireplace:System.Net.URLClient.TURLResponse.ContentAsString|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Implementierung der ContentAsString-Methode der IURLResponse-Schnittstelle.

Siehe auch