Nevron.UI.WebForm.Controls Namespace / NAjaxXmlTransport Class / ReadCompleteXml Method


In This Topic
    ReadCompleteXml Method
    In This Topic
    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
    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