System.Net.HttpClient.IHTTPResponse.ContentEncoding

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ContentEncoding: string read GetContentEncoding;

C++

__property System::UnicodeString ContentEncoding = {read=GetContentEncoding};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.Net.HttpClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient IHTTPResponse


Beschreibung

Content-Encoding-Feld, das die Datencodierung der Antwort angibt.

Siehe auch