MimeXmlBinding

MimeXmlBinding

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

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; }
}

Hierarchy

System.Object ServiceDescriptionFormatExtension MimeXmlBinding



    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