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



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net