DekGenius.com
[ Team LiB ] Previous Section Next Section

MimeParameterReader

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 MimeParameterReader : MimeFormatter {
// Protected Constructors
   protected MimeParameterReader( );
// Public Instance Methods
   public abstract object[ ] Read(System.Web.HttpRequest request);
}

Hierarchy

System.Object MimeFormatter MimeParameterReader

Subclasses

ValueCollectionParameterReader

    [ Team LiB ] Previous Section Next Section