ASP.NET in a Nutshell, Second Edition

MimePart

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 MimePart

Returned By

MimePartCollection.this

Passed To

MimePartCollection.{Add( ), Contains( ), CopyTo( ), IndexOf( ), Insert( ), Remove( ), this}

Категории