System.Net.HttpClient.THTTPResponse.ContentAsString

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also