System.Web.Services.Protocols.ValueCollectionParameterReader.Initialize Method

Initializes an instance.

Syntax

public override void Initialize (object o)

Parameters

o
A System.Reflection.ParameterInfo array, obtained through the LogicalMethodInfo.InParameters property of the System.Web.Services.Protocols.LogicalMethodInfo class.

Remarks

The ValueCollectionParameterReader.Initialize(object) method is invoked at the time a request is processed.

The input parameter, o, is obtained by calling the ValueCollectionParameterReader.GetInitializer(LogicalMethodInfo) method on another instance during service initialization.

Requirements

Namespace: System.Web.Services.Protocols
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0