[Modify] Edit it
This commit is contained in:
		| @@ -596,8 +596,14 @@ namespace WebSocketSharp.Server | |||||||
|     /// Removes a WebSocket service with the specified <paramref name="path"/>. |     /// Removes a WebSocket service with the specified <paramref name="path"/>. | ||||||
|     /// </summary> |     /// </summary> | ||||||
|     /// <remarks> |     /// <remarks> | ||||||
|  |     ///   <para> | ||||||
|     ///   <paramref name="path"/> is converted to a URL-decoded string and |     ///   <paramref name="path"/> is converted to a URL-decoded string and | ||||||
|     ///   / is trimmed from the end of the converted string if any. |     ///   / is trimmed from the end of the converted string if any. | ||||||
|  |     ///   </para> | ||||||
|  |     ///   <para> | ||||||
|  |     ///   The service is stopped with close status 1001 (going away) | ||||||
|  |     ///   if it has already started. | ||||||
|  |     ///   </para> | ||||||
|     /// </remarks> |     /// </remarks> | ||||||
|     /// <returns> |     /// <returns> | ||||||
|     /// <c>true</c> if the service is successfully found and removed; |     /// <c>true</c> if the service is successfully found and removed; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user