Class that represents a client connected to this handler
Inheritance Hierarchy
log4net.AppenderTelnetAppenderSocketHandlerSocketClient
Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
The TelnetAppenderSocketHandlerSocketClient type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TelnetAppenderSocketHandlerSocketClient |
Create this TelnetAppenderSocketHandlerSocketClient for the specified Socket |
Methods
Name | Description | |
---|---|---|
Dispose |
Cleanup the clients connection
| |
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 |
Write a string to the client
| |
ToString | (Inherited from Object.) |
Remarks
Class that represents a client connected to this handler
See Also