Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NAjaxXmlTransport Class / ReadCompleteXml Method
The XML writer used as XML source.


In This Topic
    ReadCompleteXml Method
    In This Topic
    Reads as string all XML collected by an XmlWriter.
    Syntax
    'Declaration
     
    
    Protected Shared Function ReadCompleteXml( _
       ByVal xmlWriter As XmlTextWriter _
    ) As System.String
    'Usage
     
    
    Dim xmlWriter As XmlTextWriter
    Dim value As System.String
     
    value = NAjaxXmlTransport.ReadCompleteXml(xmlWriter)
    protected static System.string ReadCompleteXml( 
       XmlTextWriter xmlWriter
    )

    Parameters

    xmlWriter
    The XML writer used as XML source.

    Return Value

    All XML collected by an XmlWriter as a string.
    Remarks
    The XML writer is flushed; after the read operation, the underlying stream of the XML writer is positioned at the end and is ready for new XML data to be appended.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also