|
|
|
@ -235,8 +235,8 @@ namespace WebSocketSharp.Net
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
Forbidden = 403,
|
|
|
|
Forbidden = 403,
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Equivalent to status code 404.
|
|
|
|
/// Equivalent to status code 404. Indicates that the server has not found
|
|
|
|
/// Indicates that the server hasn't found anything matching the request URI.
|
|
|
|
/// anything matching the request URI.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
NotFound = 404,
|
|
|
|
NotFound = 404,
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
|