FastInfoset.NET Class Reference for .NET
XmlFastInfosetReader Constructor(Stream,XmlReaderSettings)






The stream containing the Fast Infoset encoded XML data to read.

XmlReaderSettings object to configure the new XmlFastInfosetReader instance.
Initializes a new instance of the XmlFastInfosetReader class.
Syntax
'Declaration
 
Public Function New( _
   ByVal input As System.IO.Stream, _
   ByVal settings As System.Xml.XmlReaderSettings _
)
'Usage
 
Dim input As System.IO.Stream
Dim settings As System.Xml.XmlReaderSettings
 
Dim instance As New XmlFastInfosetReader(input, settings)
public XmlFastInfosetReader( 
   System.IO.Stream input,
   System.Xml.XmlReaderSettings settings
)
public XmlFastInfosetReader( 
    input: System.IO.Stream;
    settings: System.Xml.XmlReaderSettings
); 
public function XmlFastInfosetReader( 
   input : System.IO.Stream,
   settings : System.Xml.XmlReaderSettings
);
public: XmlFastInfosetReader( 
   System.IO.Stream* input,
   System.Xml.XmlReaderSettings* settings
)
public:
XmlFastInfosetReader( 
   System.IO.Stream^ input,
   System.Xml.XmlReaderSettings^ settings
)

Parameters

input

The stream containing the Fast Infoset encoded XML data to read.

settings
XmlReaderSettings object to configure the new XmlFastInfosetReader instance.
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

Reference

XmlFastInfosetReader Class
XmlFastInfosetReader Members
Overload List

Send Feedback