SoapCodeExporter.ExportTypeMapping(XmlTypeMapping) Method

Definition

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.

Applies to