HttpWebClientProtocol::GenerateXmlMappings Method (array<Type^>^, ArrayList^)
.NET Framework (current version)
Gets the XmlMembersMapping for each XML Web service method exposed by the specified types, and stores the mappings in the specified ArrayList, as well as in a Hashtable that this method returns.
Assembly: System.Web.Services (in System.Web.Services.dll)
Parameters
- types
-
Type:
array<System::Type^>^
An array of type Type that contains the types that expose the XML Web service methods.
- mappings
-
Type:
System.Collections::ArrayList^
A ArrayList that is used to store the mappings.
Return Value
Type: System.Collections::Hashtable^A Hashtable that contains the XmlMembersMapping for each XML Web service method exposed by the specified types. The types contained in types are used as keys.
.NET Framework
Available since 2.0
Available since 2.0
Show: