TelnetAppenderSocketHandlerSocketClient Constructor Apache log4net™ SDK Documentation

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

public SocketClient(
	Socket socket
)

Parameters

socket
Type: System.Net.SocketsSocket
the client's socket
Remarks

Opens a stream writer on the socket.

See Also

Reference