Get a value indicating whether the log writer is closed.
Namespace:
RebexAssembly: 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 (); } |