System.Net.HttpClient.IHTTPResponse.ContentCharSet

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ContentCharSet: string read GetContentCharSet;

C++

__property System::UnicodeString ContentCharSet = {read=GetContentCharSet};

Properties

Type Visibility Source Unit Parent
property public
System.Net.HTTPClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient IHTTPResponse

Description

Content-CharSet field of the response, which specifies the character sets included in the response.

See Also