SoapReflectionImporter Constructor (SoapAttributeOverrides^, String^)
.NET Framework (current version)
Initializes a new instance of the SoapReflectionImporter class, specifying XML serialization overrides and a default XML namespace.
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
Available since 1.1
Show: