FastInfoset.NET Class Reference for .NET
XmlFastInfosetWriter Constructor(Stream,XmlWriterSettings)






The stream to which you want to write.
XmlWriterSettings object containing writer configuration.
Initializes a new instance of the XmlFastInfosetWriter class.
Syntax
'Declaration
 
Public Function New( _
   ByVal output As System.IO.Stream, _
   ByVal settings As System.Xml.XmlWriterSettings _
)
'Usage
 
Dim output As System.IO.Stream
Dim settings As System.Xml.XmlWriterSettings
 
Dim instance As New XmlFastInfosetWriter(output, settings)
public XmlFastInfosetWriter( 
   System.IO.Stream output,
   System.Xml.XmlWriterSettings settings
)
public XmlFastInfosetWriter( 
    output: System.IO.Stream;
    settings: System.Xml.XmlWriterSettings
); 
public function XmlFastInfosetWriter( 
   output : System.IO.Stream,
   settings : System.Xml.XmlWriterSettings
);
public: XmlFastInfosetWriter( 
   System.IO.Stream* output,
   System.Xml.XmlWriterSettings* settings
)
public:
XmlFastInfosetWriter( 
   System.IO.Stream^ output,
   System.Xml.XmlWriterSettings^ settings
)

Parameters

output
The stream to which you want to write.
settings
XmlWriterSettings object containing writer configuration.
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

XmlFastInfosetWriter Class
XmlFastInfosetWriter Members
Overload List

Send Feedback