log4net SDK Reference

UdpAppender.InitializeClientConnection Method 

Initializes the underlying UdpClient connection.

[Visual Basic]
Overridable Protected Sub InitializeClientConnection()
[C#]
protected virtual void InitializeClientConnection();

Remarks

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

Exceptions are passed to the ErrorHandler.

See Also

UdpAppender Class | log4net.Appender Namespace