DekGenius.com
[ Team LiB ] Previous Section Next Section

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

    [ Team LiB ] Previous Section Next Section