TextReturnReader::Initialize Method (Object^)

 
Use BaseTrue

Initializes an instance.

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

public:
virtual void Initialize(
	Object^ o
) override

Parameters

o
Type: System::Object^

A PatternMatcher object for the return type of the Web method being invoked.

The Initialize method supplies the PatternMatcher object used by the Read method to parse text contained in the HTTP response. The Initialize method is invoked at the time a request is processed. The input parameter, o, is obtained by calling the GetInitializer method on another instance of the class that is obtained during client initialization.

.NET Framework
Available since 1.1
Return to top
Show: