Share via


SoapMtomFormatter Members

Handles conversion between objects of type SoapEnvelope and MTOM encoded MIME packages.

The following tables list the members exposed by the SoapMtomFormatter type.

Public Constructors

  Name Description
SoapMtomFormatter Initializes a new instance of the SoapMtomFormatter class.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method DeserializeMessage Returns the SoapEnvelope for a specified stream that contains an MTOM encoded MIME package, and the specified MIME package content type.
public method Equals  Overloaded. (Inherited from Object )
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method static ReferenceEquals  (Inherited from Object )
public method SerializeMessage Serialize the specified SoapEnvelope into the specified Stream as an MTOM encoded multipart/related MIME package.
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method MemberwiseClone  (Inherited from Object )

Top

Explicit Interface Implementations

  Name Description
Microsoft.Web.Services3.Messaging.ISoapFormatter.Deserialize Deserializes the SoapEnvelope from the specified stream.
Microsoft.Web.Services3.Messaging.ISoapFormatter.GetContentType Returns the content type based on the Soap protocol version.
Microsoft.Web.Services3.Messaging.ISoapFormatter.MatchContentType Return true if the specified contentType is one of the content types the soap formatter supports.
Microsoft.Web.Services3.Messaging.ISoapFormatter.Serialize Serialize the specified SoapEnvelope into the specified Stream as an MTOM encoded multipart/related MIME package.

Top

See Also

Reference

SoapMtomFormatter Class
Microsoft.Web.Services3.Messaging Namespace