System.Xml.Serialization.XmlSerializationWriter.TopLevelElement Method

Initializes object references only while serializing a SOAP-encoded SOAP message.

Syntax

protected void TopLevelElement ()

Remarks

The protected members of System.Xml.Serialization.XmlSerializationWriter are intended for use only by derived classes that are used internally within the .NET Framework XML serialization infrastructure.

SOAP encoding allows a unique XML element to appear once within a SOAP message as a multiRef element and to be referenced any number of times by substitute elements. The XmlSerializationWriter.TopLevelElement method helps keep track of the objects that can be serialized as multiRef elements.

SOAP encoding is described in Section 5 of the SOAP 1.1 specification.

Requirements

Namespace: System.Xml.Serialization
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0