You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4net-dev@logging.apache.org by ni...@apache.org on 2004/11/19 22:49:13 UTC

cvs commit: logging-log4net/src/Appender UdpAppender.cs

nicko       2004/11/19 13:49:13

  Modified:    src/Appender UdpAppender.cs
  Log:
  Fixed doc comment
  
  Revision  Changes    Path
  1.7       +4 -2      logging-log4net/src/Appender/UdpAppender.cs
  
  Index: UdpAppender.cs
  ===================================================================
  RCS file: /home/cvs/logging-log4net/src/Appender/UdpAppender.cs,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- UdpAppender.cs	9 Sep 2004 21:53:13 -0000	1.6
  +++ UdpAppender.cs	19 Nov 2004 21:49:13 -0000	1.7
  @@ -239,11 +239,13 @@
   		/// indicating the TCP port number from which the underlying <see cref="UdpClient" /> will communicate.
   		/// </value>
   		/// <remarks>
  +		/// <para>
   		/// The underlying <see cref="UdpClient" /> will bind to this port for sending messages.
  -		/// </remarks>
  -		/// <remarks>
  +		/// </para>
  +		/// <para>
   		/// Setting the value to 0 (the default) will cause the udp client not to bind to
   		/// a local port.
  +		/// </para>
   		/// </remarks>
   		/// <exception cref="ArgumentOutOfRangeException">The value specified is less than <see cref="IPEndPoint.MinPort" /> or greater than <see cref="IPEndPoint.MaxPort" />.</exception>
   		public int LocalPort