System.Net.Mime.TMultipartFormData.MimeTypeHeader

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MimeTypeHeader: string read GetMimeTypeHeader;

C++

__property System::UnicodeString MimeTypeHeader = {read=GetMimeTypeHeader};

Properties

Type Visibility Source Unit Parent
property public
System.Net.Mime.pas
System.Net.Mime.hpp
System.Net.Mime TMultipartFormData

Description

MIME type of the MIME multipart message that encodes the specified form data.

This MIME type is always multipart/form-data; boundary=<boundary>, where <boundary> is a random boundary string used to separate the different parts of the MIME multipart message.

See Also