XmlReflectionMember Class
Assembly: System.Xml (in system.xml.dll)
The XmlReflectionMember class is not used directly. Instead, it is used:
-
To initialize XmlSerializer objects while the .NET Framework is initializing a SOAP Web service or client.
-
By the ServiceDescriptionReflector class while ServiceDescriptionReflector creates ServiceDescription objects from classes that are identified as SOAP Web services.
During reflection of a SOAP Web service method, arrays of XmlReflectionMember objects are produced that represent the contents of WSDL message definitions. An array is produced for each of the following items that belong to a SOAP Web service method:
-
Input parameters.
-
Output parameters and return values.
-
Request SOAP headers via attributes.
-
Response SOAP headers via attributes.
The SoapReflectionImporter and XmlReflectionImporter classes translate an XmlReflectionMember array into an XmlMembersMapping that contains an XmlMemberMapping collection, for further processing.
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.