[Modify] Edit it
This commit is contained in:
parent
cbbdcaaa09
commit
35b650336e
@ -316,9 +316,8 @@ namespace WebSocketSharp.Net
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
InternalServerError = 500,
|
InternalServerError = 500,
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Equivalent to status code 501.
|
/// Equivalent to status code 501. Indicates that the server does not
|
||||||
/// Indicates that the server doesn't support the functionality required to fulfill the client's
|
/// support the functionality required to fulfill the client's request.
|
||||||
/// request.
|
|
||||||
/// </summary>
|
/// </summary>
|
||||||
NotImplemented = 501,
|
NotImplemented = 501,
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user