FtpTrace.FlushOnWrite Property

System.Net.FtpClient

Collapse image Expand Image Copy image CopyHover image
Gets or sets whether the trace listeners should be flushed or not after writing to them. Default value is false.

Namespace: System.Net.FtpClient
Assembly: System.Net.FtpClient (in System.Net.FtpClient.dll) Version: 1.0.5064.17461

Syntax

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

Property Value

Type: Boolean

See Also