ESRI.ArcGIS.ADF
WriteXml Method
See Also  Send comments on this topic.
ESRI.ArcGIS.ADF Namespace > ProxyServerConfiguration Class : WriteXml Method




writer
Xml Writer stream from which it is deserialized
Converts the object to its XML representation.

Syntax

Visual Basic (Declaration) 
Public Sub WriteXml( _
   ByVal writer As XmlWriter _
) 
Visual Basic (Usage)Copy Code
Dim instance As ProxyServerConfiguration
Dim writer As XmlWriter
 
instance.WriteXml(writer)
C# 
public void WriteXml( 
   XmlWriter writer
)

Parameters

writer
Xml Writer stream from which it is deserialized

See Also

© 2010 All Rights Reserved.