[Modify] Edit it
This commit is contained in:
parent
86bb2c1dae
commit
642b80834c
@ -299,9 +299,9 @@ namespace WebSocketSharp.Net
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
UnsupportedMediaType = 415,
|
UnsupportedMediaType = 415,
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Equivalent to status code 416.
|
/// Equivalent to status code 416. Indicates that none of the range
|
||||||
/// Indicates that none of the range specifier values in a Range request header overlap
|
/// specifier values in a Range request header overlap the current
|
||||||
/// the current extent of the selected resource.
|
/// extent of the selected resource.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
RequestedRangeNotSatisfiable = 416,
|
RequestedRangeNotSatisfiable = 416,
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user