[Modify] Edit it
This commit is contained in:
parent
8313206e16
commit
092e988aea
@ -168,9 +168,9 @@ namespace WebSocketSharp.Net
|
|||||||
SeeOther = 303,
|
SeeOther = 303,
|
||||||
/// <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>
|
||||||
/// RedirectMethod is a synonym for SeeOther.
|
/// RedirectMethod is a synonym for SeeOther.
|
||||||
|
Loading…
Reference in New Issue
Block a user