[Modify] Edit it

This commit is contained in:
sta 2020-08-04 20:04:01 +09:00
parent 8313206e16
commit 092e988aea

View File

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