Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

TelnetAppender.SocketHandler.HasConnections Property

Test if this handler has active connections

[Visual�Basic]
Public�ReadOnly�Property�HasConnections�As�Boolean
[C#]
public�bool�HasConnections�{get;}

Property Value

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

TelnetAppender.SocketHandler Class | log4net.Appender Namespace