HttpWebClientProtocol.GenerateXmlMappings Method (Type, ArrayList)
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
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)
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: