This class is a almost one to one version of System.IO.StreamWriter. Using this implementation instead of System.IO.StreamWriter, will ensure that your code will work both on Standard Windows deployment and Windows Azure deployment. See System.IO.StreamWriter for more documentation on the methods of this class. See IC1StreamWriter.

Namespace: Composite.Core.IO
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
public class C1StreamWriter : TextWriter, 
	IDisposable
Visual Basic
Public Class C1StreamWriter _
	Inherits TextWriter _
	Implements IDisposable
Visual C++
public ref class C1StreamWriter : public TextWriter, 
	IDisposable

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.IO..::..TextWriter
      Composite.Core.IO..::..C1StreamWriter

See Also