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