HttpWebClientProtocol.GenerateXmlMappings Method (Type, ArrayList)
.NET Framework (current version)
Gets the XmlMembersMapping for each XML Web service method exposed by the specified type, and stores the mappings in the specified ArrayList.
Assembly: System.Web.Services (in System.Web.Services.dll)
Public Shared Function GenerateXmlMappings ( type As Type, mappings As ArrayList ) As Boolean
Parameters
- type
-
Type:
System.Type
The Type that exposes the XML Web service methods.
- mappings
-
Type:
System.Collections.ArrayList
A ArrayList that is used to store the mappings.
Return Value
Type: System.Booleantrue if type can be assigned to a SoapHttpClientProtocol; otherwise, false.
.NET Framework
Available since 2.0
Available since 2.0
Show: