System.Web.Services.Protocols.UrlEncodedParameterWriter.Initialize Method

Initializes an instance.

Syntax

public override void Initialize (object initializer)

Parameters

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

Remarks

The UrlEncodedParameterWriter.Initialize(object) method is invoked at the time a request is populated.

The input parameter, initializer, is obtained by calling the UrlEncodedParameterWriter.GetInitializer(LogicalMethodInfo) method on another instance during client 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