Helper class to manage connected clients
Inheritance Hierarchy
log4net.AppenderTelnetAppenderSocketHandler
Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
The TelnetAppenderSocketHandler type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TelnetAppenderSocketHandler |
Opens a new server port on |
Properties
Name | Description | |
---|---|---|
HasConnections |
Test if this handler has active connections
|
Methods
Name | Description | |
---|---|---|
Dispose |
Close all network connections
| |
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
Send |
Sends a string message to each of the connected clients
| |
ToString | (Inherited from Object.) |
Remarks
The SocketHandler class is used to accept connections from clients. It is threaded so that clients can connect/disconnect asynchronously.
See Also