This class supports the .NET Framework infrastructure. You do not
need to use it directly in your code.
public class UrlParameterReader : ValueCollectionParameterReader {
// Public Constructors
public
UrlParameterReader ( );
// Public Instance Methods
public override object[ ]
Read (System.Web.HttpRequest
request ); // overrides MimeParameterReader
}