MimeMultipartRelatedBinding

MimeMultipartRelatedBinding

System.Web.Services.Description (system.web.services.dll)sealed class

Represents an extensibility element added to an InputBinding or an OutputBinding element. This class supports multipart MIME messages that use different MIME types for different portions of the message body.

The Parts property provides a collection of MessagePart objects. Each one represents an extensibility element added to the MimeMultipartRelatedBinding to specify the MIME format for a single portion of the MIME message.

public sealed class MimeMultipartRelatedBinding : ServiceDescriptionFormatExtension {
// Public Constructors
   public MimeMultipartRelatedBinding( );
// Public Instance Properties
   public MimePartCollection Parts{get; }
}

Hierarchy

System.Object ServiceDescriptionFormatExtension MimeMultipartRelatedBinding



    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace