[Modify] Edit it

master
sta 5 years ago
parent 0fef8e0745
commit b0f489b0e9

@ -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
{ {

Loading…
Cancel
Save