[Modify] Edit it

This commit is contained in:
sta 2020-07-30 19:52:59 +09:00
parent 7fece181f5
commit 48f3b4744e

View File

@ -40,12 +40,12 @@
namespace WebSocketSharp.Net namespace WebSocketSharp.Net
{ {
/// <summary> /// <summary>
/// Contains the HTTP headers that can be specified in a server response. /// Indicates the HTTP header that can be specified in a server response.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// The HttpResponseHeader enumeration contains the HTTP response headers defined in /// The headers of this enumeration are defined in
/// <see href="http://tools.ietf.org/html/rfc2616#section-14">RFC 2616</see> for the HTTP/1.1 and /// <see href="http://tools.ietf.org/html/rfc2616#section-14">RFC 2616</see> or
/// <see href="http://tools.ietf.org/html/rfc6455#section-11.3">RFC 6455</see> for the WebSocket. /// <see href="http://tools.ietf.org/html/rfc6455#section-11.3">RFC 6455</see>.
/// </remarks> /// </remarks>
public enum HttpResponseHeader public enum HttpResponseHeader
{ {