SoapCodeExporter::ExportTypeMapping Method (XmlTypeMapping^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Generates a .NET Framework type, plus attribute declarations, for a SOAP header.

Namespace:   System.Xml.Serialization
Assembly:  System.Xml (in System.Xml.dll)

public:
void ExportTypeMapping(
	XmlTypeMapping^ xmlTypeMapping
)

Parameters

xmlTypeMapping
Type: System.Xml.Serialization::XmlTypeMapping^

Internal .NET Framework type mapping information for a SOAP header element.

This method is used by the Wsdl.exe tool.

.NET Framework
Available since 1.1
Return to top
Show: