| 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  ValueCollectionParameterReaderSubclasses HtmlFormParameterReader, UrlParameterReader |