Share via


MessagingConfiguration.MtomSendMode Property

Gets the MtomSendMode that specifies whether a Web services client can 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 messagingConfiguration1 As MessagingConfiguration

Dim returnValue As MtomSendMode
returnValue = messagingConfiguration1.MtomSendMode

Syntax

'Declaration
Public ReadOnly Property MtomSendMode() As MtomSendMode
public MtomSendMode MtomSendMode {get;}
public:
property MtomSendMode MtomSendMode {
    MtomSendMode get();
}
public MtomSendMode get_MtomSendMode();
public function get MtomSendMode() : MtomSendMode;

Property Value

A MtomSendMode object. Possible values are off and on.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

MessagingConfiguration Class
MessagingConfiguration Members
Microsoft.Web.Services3.Messaging.Configuration Namespace