Get a value indicating whether the log writer is closed.

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

Syntax

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

Field Value

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

See Also