[Modify] Edit it

This commit is contained in:
sta 2020-08-01 21:34:04 +09:00
parent 0fef8e0745
commit b0f489b0e9

View File

@ -39,11 +39,11 @@
namespace WebSocketSharp.Net namespace WebSocketSharp.Net
{ {
/// <summary> /// <summary>
/// Contains the values of the HTTP status codes. /// Indicates the HTTP status code that can be specified in a server response.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// The HttpStatusCode enumeration contains the values of the HTTP status codes defined in /// The values of this enumeration are defined in
/// <see href="http://tools.ietf.org/html/rfc2616#section-10">RFC 2616</see> for the HTTP/1.1. /// <see href="http://tools.ietf.org/html/rfc2616#section-10">RFC 2616</see>.
/// </remarks> /// </remarks>
public enum HttpStatusCode public enum HttpStatusCode
{ {