System.Net.HttpClient.THTTPResponse.GetContentLanguage

From RAD Studio API Documentation
Revision as of 15:50, 21 January 2015 by Carolinag (talk | contribs) (RS-57905)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

function GetContentLanguage: string; virtual;

C++

virtual System::UnicodeString __fastcall GetContentLanguage(void);

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