System.Net.HttpClient.IHTTPResponse.ContentLanguage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ContentLanguage: string read GetContentLanguage;

C++

__property System::UnicodeString ContentLanguage = {read=GetContentLanguage};

Properties

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

Description

Content-Language field of the response, which specifies the language of the data of the response.

See Also