XmlSerializationWriter.TopLevelElement Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes object references only while serializing a SOAP-encoded SOAP message.
This API supports the product infrastructure and is not intended to be used directly from your code.
protected:
void TopLevelElement();
protected void TopLevelElement ();
member this.TopLevelElement : unit -> unit
Protected Sub TopLevelElement ()
Remarks
The protected members of 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 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.