System.Net.URLClient.IURLResponse.MimeType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MimeType: string read GetMimeType;

C++

__property System::UnicodeString MimeType = {read=GetMimeType};

Properties

Type Visibility Source Unit Parent
property public
System.Net.URLClient.pas
System.Net.URLClient.hpp
System.Net.URLClient IURLResponse

Description

Internet media type of the response content.

See Also