XmlReturnReader::Initialize Method (Object^)
.NET Framework (current version)
Initializes an instance.
Assembly: System.Web.Services (in System.Web.Services.dll)
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
Available since 1.1
Show: