System.Net.URLClient.TURLResponse.GetMimeType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetMimeType: string; virtual; abstract;

C++

virtual System::UnicodeString __fastcall GetMimeType() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
System.Net.URLClient.pas
System.Net.URLClient.hpp
System.Net.URLClient TURLResponse

Description

Implementation of the GetMimeType method of the IURLResponse interface.

See Also