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(void);

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.

See Also