[Modify] Edit it

This commit is contained in:
sta 2020-07-28 18:06:27 +09:00
parent ce2cfaf476
commit 66376f1b85

View File

@ -40,12 +40,12 @@
namespace WebSocketSharp.Net namespace WebSocketSharp.Net
{ {
/// <summary> /// <summary>
/// Contains the HTTP headers that may be specified in a client request. /// Indicates the HTTP header that may be specified in a client request.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// The HttpRequestHeader enumeration contains the HTTP request 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 HttpRequestHeader public enum HttpRequestHeader
{ {