This class represents an extensibility element added to an
InputBinding, an OutputBinding,
or a MimePart object. It specifies an XML schema
for messages, but is not SOAP-compliant. By default, ASP.NET uses
this binding for HTTP GET and POST output messages, which are
represented by the OperationOutput class.
public sealed class MimeXmlBinding : ServiceDescriptionFormatExtension {
// Public Constructors
public MimeXmlBinding( );
// Public Instance Properties
public string Part{set; get; }
}