System.Web.Services.Protocols.TextReturnReader.Initialize Method

Initializes an instance.

Syntax

public override void Initialize (object o)

Parameters

o
A System.Web.Services.Protocols.PatternMatcher object for the return type of the Web method being invoked.

Remarks

The TextReturnReader.Initialize(object) method supplies the System.Web.Services.Protocols.PatternMatcher object used by the TextReturnReader.Read(System.Net.WebResponse, System.IO.Stream) method to parse text contained in the HTTP response. The TextReturnReader.Initialize(object) method is invoked at the time a request is processed. The input parameter, o, is obtained by calling the TextReturnReader.GetInitializer(LogicalMethodInfo) method on another instance of the class that is obtained 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