Click or drag to resize
XmlScanner Constructor (Stream)
Creates an XML scanner that scans the supplied input stream, positions the scanner on the first significant segment.

Namespace:  Apptus.Util.Xml
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax
C#
public XmlScanner(
	Stream source
)

Parameters

source
Type: System.IOStream
The input stream
See Also