[Modify] Edit it

This commit is contained in:
sta 2020-08-03 20:39:39 +09:00
parent 3298a1817d
commit 1dcce544bc

View File

@ -83,9 +83,9 @@ namespace WebSocketSharp.Net
/// </summary>
NoContent = 204,
/// <summary>
/// Equivalent to status code 205.
/// Indicates that the server has fulfilled the client's request, and the user agent should
/// reset the document view which caused the request to be sent.
/// Equivalent to status code 205. Indicates that the server has fulfilled
/// the client's request, and the user agent should reset the document view
/// which caused the request to be sent.
/// </summary>
ResetContent = 205,
/// <summary>