Soap.WebNode.IWebNode.MimeBoundary

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property  MimeBoundary: string read GetMimeBoundary write SetMimeBoundary;

C++

__property System::UnicodeString MimeBoundary = {read=GetMimeBoundary, write=SetMimeBoundary};

Properties

Type Visibility Source Unit Parent
property public
Soap.WebNode.pas
Soap.WebNode.hpp
Soap.WebNode IWebNode

Description

Specifies the value of the MIME boundary header, if any, for the section of the document that contains the method call.

When the method call is included in a multipart form, MimeBoundary is the value of the MIME boundary header that uniquely identifies the part of the form that contains the method call. If the method call is not included in a multipart form, MimeBoundary is an empty string.

See Also