System.Web.Services.Protocols.NopReturnReader.GetInitializer Method

Returns an initializer for the specified method.

Syntax

public override object GetInitializer (LogicalMethodInfo methodInfo)

Parameters

methodInfo
A System.Web.Services.Protocols.LogicalMethodInfo that specifies the Web method for which the initializer is obtained.

Returns

An initializer for the specified method.

Remarks

An initializer is an object passed as a parameter to the NopReturnReader.Initialize(object) method. For the System.Web.Services.Protocols.NopReturnReader class, the initializer is the instance referred to by the keyword this.

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