Noemax FastInfoset.NET Report an issue | Discuss in forums
XmlFastInfosetWriter.Create Method
See Also 
Noemax.FastInfoset Assembly > Noemax.FastInfoset Namespace > XmlFastInfosetWriter Class : Create Method



Creates a new XmlWriter instance for writing Fast Infoset encoded XML into the specified stream.


Namespace: Noemax.FastInfoset
Assembly: Noemax.FastInfoset (in Noemax.FastInfoset.dll)

Overload List

OverloadDescription
Create(Stream) Creates a new XmlWriter instance for writing Fast Infoset encoded XML into the specified stream.  
Create(String) Creates a new XmlWriter instance for writing Fast Infoset encoded XML into the specified file.  
Create(Stream,XmlWriterSettings) Creates a new XmlWriter instance for writing Fast Infoset encoded XML into the specified stream using an XmlWriterSettings object.  
Create(String,XmlWriterSettings) Creates a new XmlWriter instance for writing Fast Infoset encoded XML into the specified stream using an XmlWriterSettings object.  

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also