SoapReflectionImporter Constructor (SoapAttributeOverrides^, String^)

 

Initializes a new instance of the SoapReflectionImporter class, specifying XML serialization overrides and a default XML namespace.

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

public:
SoapReflectionImporter(
	SoapAttributeOverrides^ attributeOverrides,
	String^ defaultNamespace
)

Parameters

attributeOverrides
Type: System.Xml.Serialization::SoapAttributeOverrides^

A SoapAttributeOverrides object that overrides how the XmlSerializer class serializes mapped types using SOAP encoding.

defaultNamespace
Type: System::String^

The default XML namespace to use for imported type mappings.

.NET Framework
Available since 1.1
Return to top
Show: