TelnetAppenderSocketHandlerHasConnections Property Apache log4net™ SDK Documentation
Test if this handler has active connections

Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public bool HasConnections { get; }

Property Value

Type: Boolean
true if this handler has active connections
Remarks

This property will be true while this handler has active connections, that is at least one connection that the handler will attempt to send a message to.

See Also

Reference