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



Gets and sets whether the underlying stream must be closed when closing this writer.


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

Syntax

Visual Basic (Declaration) 
Public Property CloseOutput As Boolean
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetWriter
Dim value As Boolean
 
instance.CloseOutput = value
 
value = instance.CloseOutput
C# 
public bool CloseOutput {get; set;}
C++/CLI 
public:
property bool CloseOutput {
   bool get();
   void set (bool value);
}

Remarks

If set to true the underlying stream will be closed when this writer is closed; otherwise the underlying stream remains open.

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also