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 | |
---|---|---|
DeserializeMessage | Returns the SoapEnvelope for a specified stream that contains an MTOM encoded MIME package, and the specified MIME package content type. | |
Equals | Overloaded. (Inherited from Object ) | |
GetHashCode | (Inherited from Object ) | |
GetType | (Inherited from Object ) | |
ReferenceEquals | (Inherited from Object ) | |
SerializeMessage | Serialize the specified SoapEnvelope into the specified Stream as an MTOM encoded multipart/related MIME package. | |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object ) | |
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