Share via


XopDocument Class

Represents an XOP package that is part of an MTOM-encoded SOAP message

Namespace: Microsoft.Web.Services3.Mime
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim xopDocument1 As New XopDocument()

Syntax

'Declaration
Public Class XopDocument
    Inherits XmlDocument
public class XopDocument : XmlDocument
public ref class XopDocument : XmlDocument
public class XopDocument extends XmlDocument
public class XopDocument extends XmlDocument

Remarks

The XopDocument class is used by the Web Services Enhancements for Microsoft .NET (WSE) when SOAP messages are MTOM-encoded. Developers do not usually need to use the XopDocument class directly. For details about sending MTOM-encoded SOAP messages, see How to: Send Large Amounts of Data to a Web Service.

Inheritance Hierarchy

System.Object
   System.Xml.XmlNode
     System.Xml.XmlDocument
      Microsoft.Web.Services3.Mime.XopDocument
         Microsoft.Web.Services3.SoapEnvelope

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

XopDocument Members
Microsoft.Web.Services3.Mime Namespace