System.Web.Services.Protocols.ValueCollectionParameterReader Members

The members of System.Web.Services.Protocols.ValueCollectionParameterReader are listed below.

See Also: Inherited members from System.Web.Services.Protocols.MimeParameterReader

Protected Constructors

Public Methods

override
GetInitializer(LogicalMethodInfo) : object

Returns an initializer for the specified method.

override
Initialize(object)

Initializes an instance.

static
IsSupported(System.Reflection.ParameterInfo) : bool

Determines whether a particular parameter type is supported by the System.Web.Services.Protocols.ValueCollectionParameterReader class.

static
IsSupported(LogicalMethodInfo) : bool

Determines whether a method definition's parameter definitions are supported by the System.Web.Services.Protocols.ValueCollectionParameterReader class.

Protected Methods

Read(System.Collections.Specialized.NameValueCollection) : object[]

Translates a collection of name/value pairs into an array of objects representing method parameter values.