Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the default for whether Web services clients send SOAP messages that are MTOM encoded.
Namespace: Microsoft.Web.Services3.Messaging.Configuration
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim mtomSendMode1 As MtomSendMode = MtomSendMode.Off
Syntax
'Declaration
Public Enum MtomSendMode
public enum MtomSendMode
public enum class MtomSendMode
public enum MtomSendMode
public enum MtomSendMode
Members
Member name | Description |
---|---|
Off | Specifies that SOAP messages are not MTOM encoded unless client code explicitly sets the RequireMtom property of the proxy class to true. |
On | Specifies that SOAP messages are MTOM encoded unless client code explicitly sets the RequireMtom property of the proxy class to false. |
Remarks
Possible values are on and off.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server