|
|
|
@ -63,9 +63,8 @@ namespace WebSocketSharp.Net
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
OK = 200,
|
|
|
|
OK = 200,
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Equivalent to status code 201.
|
|
|
|
/// Equivalent to status code 201. Indicates that the client's request has
|
|
|
|
/// Indicates that the client's request has been fulfilled and resulted in a new resource being
|
|
|
|
/// been fulfilled and resulted in a new resource being created.
|
|
|
|
/// created.
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
Created = 201,
|
|
|
|
Created = 201,
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
|