[Modify] Edit it
This commit is contained in:
parent
6ee2cc193f
commit
86bb2c1dae
@ -293,9 +293,9 @@ namespace WebSocketSharp.Net
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
RequestUriTooLong = 414,
|
RequestUriTooLong = 414,
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Equivalent to status code 415.
|
/// Equivalent to status code 415. Indicates that the entity of the client's
|
||||||
/// Indicates that the entity of the client's request is in a format not supported by
|
/// request is in a format not supported by the requested resource for the
|
||||||
/// the requested resource for the requested method.
|
/// requested method.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
UnsupportedMediaType = 415,
|
UnsupportedMediaType = 415,
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user