[Modify] Edit it
This commit is contained in:
		@@ -1589,14 +1589,14 @@ namespace WebSocketSharp.Server
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /// <summary>
 | 
					    /// <summary>
 | 
				
			||||||
    /// Tries to get the session instance with <paramref name="id"/>.
 | 
					    /// Tries to get the session instance with the specified ID.
 | 
				
			||||||
    /// </summary>
 | 
					    /// </summary>
 | 
				
			||||||
    /// <returns>
 | 
					    /// <returns>
 | 
				
			||||||
    /// <c>true</c> if the session is successfully found; otherwise,
 | 
					    /// <c>true</c> if the session is successfully found; otherwise,
 | 
				
			||||||
    /// <c>false</c>.
 | 
					    /// <c>false</c>.
 | 
				
			||||||
    /// </returns>
 | 
					    /// </returns>
 | 
				
			||||||
    /// <param name="id">
 | 
					    /// <param name="id">
 | 
				
			||||||
    /// A <see cref="string"/> that represents the ID of the session to find.
 | 
					    /// A <see cref="string"/> that specifies the ID of the session to find.
 | 
				
			||||||
    /// </param>
 | 
					    /// </param>
 | 
				
			||||||
    /// <param name="session">
 | 
					    /// <param name="session">
 | 
				
			||||||
    ///   <para>
 | 
					    ///   <para>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user