[Modify] Edit it
This commit is contained in:
parent
88cf39565a
commit
3298a1817d
@ -78,9 +78,8 @@ namespace WebSocketSharp.Net
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
NonAuthoritativeInformation = 203,
|
NonAuthoritativeInformation = 203,
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Equivalent to status code 204.
|
/// Equivalent to status code 204. Indicates that the server has fulfilled
|
||||||
/// Indicates that the server has fulfilled the client's request but doesn't need to return
|
/// the client's request but does not need to return an entity-body.
|
||||||
/// an entity-body.
|
|
||||||
/// </summary>
|
/// </summary>
|
||||||
NoContent = 204,
|
NoContent = 204,
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user