System.Net.Mime.TMultipartFormData.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwnsOutputStream: Boolean = True);

C++

__fastcall TMultipartFormData(bool AOwnsOutputStream);

Properties

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

Description

Creates a multipart form data object.

The AOwnsOutputStream parameter specifies the Stream ownership.

When AOwnsOutputStream is True (the default value), TMultipartFormData owns this stream. Otherwise, the application is responsible for releasing this stream.

See Also