UdpAppender InitializeClientConnection Method Apache log4net™ SDK Documentation
Initializes the underlying OnlineUdpClient connection.

Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

protected virtual void InitializeClientConnection()
Remarks

The underlying OnlineUdpClient is initialized and binds to the port number from which you intend to communicate.

Exceptions are passed to the ErrorHandler.

See Also