Gets or sets whether the stream is auto flushed or not

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

Syntax

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

See Also