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
.NET Framework (current version)
Creates an instance of XmlDictionaryWriter that writes XML in the Message Transmission Optimization Mechanism (MTOM) format.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | CreateMtomWriter(Stream^, Encoding^, Int32, String^) | Creates an instance of XmlDictionaryWriter that writes XML in the MTOM format. |
![]() ![]() | CreateMtomWriter(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.
Show:

