System.Net.HttpClient.THTTPResponse.GetContentLanguage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetContentLanguage: string; virtual;

C++

virtual System::UnicodeString __fastcall GetContentLanguage();

Properties

Type Visibility Source Unit Parent
function public
System.Net.HttpClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient THTTPResponse

Description

Getter method for the ContentLanguage standard header property.

System.Net.HttpClient.THTTPResponse.GetContentLanguage inherits from System.Net.HttpClient.IHTTPResponse.GetContentLanguage. All content below this line refers to System.Net.HttpClient.IHTTPResponse.GetContentLanguage.

Getter method for the ContentLanguage standard header property.

See Also