|
|
|
@ -89,8 +89,8 @@ namespace WebSocketSharp.Net
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
ResetContent = 205,
|
|
|
|
ResetContent = 205,
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Equivalent to status code 206.
|
|
|
|
/// Equivalent to status code 206. Indicates that the server has fulfilled
|
|
|
|
/// Indicates that the server has fulfilled the partial GET request for the resource.
|
|
|
|
/// the partial GET request for the resource.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
PartialContent = 206,
|
|
|
|
PartialContent = 206,
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
|