This topic has not yet been rated - Rate this topic

WSDualHttpBinding.MessageEncoding Property

Gets or sets whether MTOM or Text/XML is used to encode SOAP messages.

Namespace:  System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)
public WSMessageEncoding MessageEncoding { get; set; }

Property Value

Type: System.ServiceModel.WSMessageEncoding
The value of WSMessageEncoding that indicates that MTOM or Text/XML is used to encode SOAP messages. The default value is Text.

The following example shows how to set the WSMessageEncoding property to MTOM.

binding.MessageEncoding = WSMessageEncoding.Mtom;

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.