UrlEncodedParameterWriter.Initialize Method (Object)

 
Use BaseTrue

Initializes an instance.

Namespace:   System.Web.Services.Protocols
Assembly:  System.Web.Services (in System.Web.Services.dll)

Public Overrides Sub Initialize (
	initializer As Object
)

Parameters

initializer
Type: System.Object

A ParameterInfo array obtained through the InParameters property of the LogicalMethodInfo class.

The Initialize method is invoked at the time a request is populated.

The input parameter, initializer, is obtained by calling the GetInitializer method on another instance during client initialization.

.NET Framework
Available since 1.1
Return to top
Show: