Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

XmlDictionaryWriter::CreateMtomWriter Method

 

Creates an instance of XmlDictionaryWriter that writes XML in the Message Transmission Optimization Mechanism (MTOM) format.

Namespace:   System.Xml
Assembly:  System.Runtime.Serialization (in System.Runtime.Serialization.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreateMtomWriter(Stream^, Encoding^, Int32, String^)

Creates an instance of XmlDictionaryWriter that writes XML in the MTOM format.

System_CAPS_pubmethodSystem_CAPS_staticCreateMtomWriter(Stream^, Encoding^, Int32, String^, String^, String^, Boolean, Boolean)

Creates an instance of XmlDictionaryWriter that writes XML in the MTOM format.

MTOM allows users to optimize the transmission of raw binary data within SOAP messages.

Return to top
Show:
© 2017 Microsoft