MimeFormatter

MimeFormatter

System.Web.Services.Protocols (system.web.services.dll)abstract class

This class supports the .NET Framework infrastructure. You do not need to use it directly in your code.

public abstract class MimeFormatter {
// Protected Constructors 
   protected MimeFormatter( ); 
// Public Static Methods
   public static MimeFormatter CreateInstance(Type type, object initializer);
   public static object GetInitializer(Type type, LogicalMethodInfo methodInfo);
   public static object[ ] GetInitializers(Type type, LogicalMethodInfo[ ] methodInfos);
// Public Instance Methods
   public abstract object GetInitializer(LogicalMethodInfo methodInfo);
   public virtual object[ ] GetInitializers(LogicalMethodInfo[ ] methodInfos);
   public abstract void Initialize(object initializer);
}

Subclasses

MimeParameterReader, MimeParameterWriter, MimeReturnReader



    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