[Modify] Edit it

This commit is contained in:
sta 2020-08-04 20:02:18 +09:00
parent 0faa337177
commit 8313206e16

View File

@ -157,9 +157,9 @@ namespace WebSocketSharp.Net
Redirect = 302, Redirect = 302,
/// <summary> /// <summary>
/// <para> /// <para>
/// Equivalent to status code 303. /// Equivalent to status code 303. Indicates that the response to
/// Indicates that the response to the request can be found under a different URI and /// the request can be found under a different URI and should be
/// should be retrieved using a GET method on that resource. /// retrieved using a GET method on that resource.
/// </para> /// </para>
/// <para> /// <para>
/// SeeOther is a synonym for RedirectMethod. /// SeeOther is a synonym for RedirectMethod.