Gets or sets the TCP port number on which this TelnetAppender will listen for connections.
Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Property Value
Type: Int32An integer value in the range MinPort to MaxPort indicating the TCP port number on which this TelnetAppender will listen for connections.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | The value specified is less than MinPort or greater than MaxPort. |
Remarks
The default value is 23 (the telnet port).
See Also