Gets or sets whether the stream is auto flushed or not

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

Syntax

C#
public virtual bool AutoFlush { get; set; }
Visual Basic
Public Overridable Property AutoFlush As Boolean
	Get
	Set
Visual C++
public:
virtual property bool AutoFlush {
	bool get ();
	void set (bool value);
}

See Also