FastInfoset.NET Class Reference for .NET
Create(Stream,XmlReaderSettings) Method






The stream containing the FastInfoset encoded XML data.
The XmlReaderSettings object used to configure the new XmlFastInfosetReader instance. This value can be null.
Creates a new XmlReader instance for reading the Fast Infoset encoded XML stream using an XmlReaderSettings object.
Syntax
'Declaration
 
Public Overloads Shared Shadows Function Create( _
   ByVal input As System.IO.Stream, _
   ByVal settings As System.Xml.XmlReaderSettings _
) As System.Xml.XmlReader
'Usage
 
Dim input As System.IO.Stream
Dim settings As System.Xml.XmlReaderSettings
Dim value As System.Xml.XmlReader
 
value = XmlFastInfosetReader.Create(input, settings)
public new static System.Xml.XmlReader Create( 
   System.IO.Stream input,
   System.Xml.XmlReaderSettings settings
)
public function Create( 
    input: System.IO.Stream;
    settings: System.Xml.XmlReaderSettings
): System.Xml.XmlReader; static; 
public hide static function Create( 
   input : System.IO.Stream,
   settings : System.Xml.XmlReaderSettings
) : System.Xml.XmlReader;
public: new static System.Xml.XmlReader* Create( 
   System.IO.Stream* input,
   System.Xml.XmlReaderSettings* settings
) 
public:
new static System.Xml.XmlReader^ Create( 
   System.IO.Stream^ input,
   System.Xml.XmlReaderSettings^ settings
) 

Parameters

input
The stream containing the FastInfoset encoded XML data.
settings
The XmlReaderSettings object used to configure the new XmlFastInfosetReader instance. This value can be null.

Return Value

An XmlReader object to read the FastInfoset encoded XML data.
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