[Modify] Edit it
This commit is contained in:
parent
3298a1817d
commit
1dcce544bc
@ -83,9 +83,9 @@ namespace WebSocketSharp.Net
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
NoContent = 204,
|
NoContent = 204,
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Equivalent to status code 205.
|
/// Equivalent to status code 205. Indicates that the server has fulfilled
|
||||||
/// Indicates that the server has fulfilled the client's request, and the user agent should
|
/// the client's request, and the user agent should reset the document view
|
||||||
/// reset the document view which caused the request to be sent.
|
/// which caused the request to be sent.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
ResetContent = 205,
|
ResetContent = 205,
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user