MimeTextBinding

MimeTextBinding

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 includes a single Matches property, which specifies the text patterns for which the HTTP transmission is searched.

public sealed class MimeTextBinding : ServiceDescriptionFormatExtension {
// Public Constructors
   public MimeTextBinding( );
// Public Static Fields
   public const string Namespace;                   // =http://microsoft.com/wsdl/mime/textMatching/
// Public Instance Properties
   public MimeTextMatchCollection Matches{get; }
}

Hierarchy

System.Object ServiceDescriptionFormatExtension MimeTextBinding



    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