Get a value indicating whether the log writer is closed.

Namespace:  Rebex
Assembly:  Rebex.Net.ProxySocket (in Rebex.Net.ProxySocket.dll) Version: 2.0.3844.0

Syntax

C#
protected bool IsClosed { get; }
Visual Basic (Declaration)
Protected ReadOnly Property IsClosed As Boolean
Visual C++
protected:
property bool IsClosed {
	bool get ();
}

Field Value

True when logfile is closed. False if logfile is opened and ready for writing.

See Also