[Modify] Edit it
This commit is contained in:
		@@ -204,15 +204,15 @@ namespace WebSocketSharp.Server
 | 
			
		||||
    /// with the specified <paramref name="port"/> and <paramref name="secure"/>.
 | 
			
		||||
    /// </summary>
 | 
			
		||||
    /// <remarks>
 | 
			
		||||
    /// The new instance listens for the incoming handshake requests on
 | 
			
		||||
    /// <paramref name="port"/>.
 | 
			
		||||
    /// The new instance listens for incoming handshake requests on
 | 
			
		||||
    /// <see cref="System.Net.IPAddress.Any"/> and <paramref name="port"/>.
 | 
			
		||||
    /// </remarks>
 | 
			
		||||
    /// <param name="port">
 | 
			
		||||
    /// An <see cref="int"/> that represents the number of the port
 | 
			
		||||
    /// on which to listen.
 | 
			
		||||
    /// An <see cref="int"/> that represents the number of
 | 
			
		||||
    /// the port on which to listen.
 | 
			
		||||
    /// </param>
 | 
			
		||||
    /// <param name="secure">
 | 
			
		||||
    /// A <see cref="bool"/>: <c>true</c> if the server provides
 | 
			
		||||
    /// A <see cref="bool"/>: <c>true</c> if the new instance provides
 | 
			
		||||
    /// secure connections; otherwise, <c>false</c>.
 | 
			
		||||
    /// </param>
 | 
			
		||||
    /// <exception cref="ArgumentOutOfRangeException">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user