ValueCollectionParameterReader

ValueCollectionParameterReader

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 ValueCollectionParameterReader : MimeParameterReader { // Protected Constructors    protected ValueCollectionParameterReader( ); // Public Static Methods    public static bool IsSupported(LogicalMethodInfo methodInfo);    public static bool IsSupported(System.Reflection.ParameterInfo paramInfo); // Public Instance Methods    public override object GetInitializer(LogicalMethodInfo methodInfo);  // overrides MimeFormatter    public override void Initialize(object o);                   // overrides MimeFormatter // Protected Instance Methods    protected object[ ] Read(System.Collections.Specialized.NameValueCollection collection); }

Hierarchy

System.Object MimeFormatter MimeParameterReader ValueCollectionParameterReader

Subclasses

HtmlFormParameterReader, UrlParameterReader



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net