SoapCodeExporter.ExportTypeMapping(XmlTypeMapping) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Generates a .NET Framework type, plus attribute declarations, for a SOAP header.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
void ExportTypeMapping(System::Xml::Serialization::XmlTypeMapping ^ xmlTypeMapping);
public void ExportTypeMapping (System.Xml.Serialization.XmlTypeMapping xmlTypeMapping);
member this.ExportTypeMapping : System.Xml.Serialization.XmlTypeMapping -> unit
Public Sub ExportTypeMapping (xmlTypeMapping As XmlTypeMapping)
Parameters
- xmlTypeMapping
- XmlTypeMapping
Internal .NET Framework type mapping information for a SOAP header element.
Remarks
This method is used by the Wsdl.exe tool.