XmlReturnReader::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^

An XmlSerializer for the return type of the Web method being invoked.

The Initialize method supplies the XmlSerializer object used by the Read method to deserialize an XML document 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 or GetInitializers method on another instance during client initialization.

.NET Framework
Available since 1.1
Return to top
Show: