MimeContentBinding

MimeContentBinding

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

This binding represents an extensibility element added to an InputBinding or an OutputBinding element.

This binding is generally used for an HTTP POST input message (represented by OperationInput). It includes a Type property, which specifies the MIME encoding type (typically application/x-www-form-urlencoded) used for encoding data for HTTP transmission. The Part property specifes the name of the message part to which the binding applies.

public sealed class MimeContentBinding : ServiceDescriptionFormatExtension {
// Public Constructors
   public MimeContentBinding( );
// Public Static Fields
   public const string Namespace;                   // =http://schemas.xmlsoap.org/wsdl/mime/
// Public Instance Properties
   public string Part{set; get; }
   public string Type{set; get; }
}

Hierarchy

System.Object ServiceDescriptionFormatExtension MimeContentBinding



    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