API:System.Net.HttpClient.THTTPResponse.GetMimeType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetMimeType: string; override;

C++

virtual System::UnicodeString __fastcall GetMimeType();

Properties

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

Description

Implementation of the GetMimeType method of the IURLResponse interface.

System.Net.HttpClient.THTTPResponse.GetMimeType inherits from System.Net.URLClient.TURLResponse.GetMimeType. All content below this line refers to System.Net.URLClient.TURLResponse.GetMimeType.

Implementation of the GetMimeType method of the IURLResponse interface.

See Also