| System.Web.Services.Description (system.web.services.dll) | sealed class |
This class represents an extensibility element added to a
MimeMultipartRelatedBinding object. The
Extensions collection can include
MimeContentBinding,
MimeXmlBinding, and
SoapBodyBinding objects. Each one specifies the
concrete MIME type for a portion of the multipart MIME message (these
classes all provide a Part property that
references the MessagePart object to which the
MIME binding applies).public sealed class MimePart : ServiceDescriptionFormatExtension {
// Public Constructors
public MimePart ( );
// Public Instance Properties
public ServiceDescriptionFormatExtensionCollection Extensions {get; }
}
Hierarchy
System.Object 
ServiceDescriptionFormatExtension
MimePartReturned By
MimePartCollection.thisPassed To
MimePartCollection.{Add( ), Contains(
), CopyTo( ), IndexOf(
), Insert( ), Remove(
), this}