[Modify] Edit it

master
sta 5 years ago
parent ce2cfaf476
commit 66376f1b85

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

Loading…
Cancel
Save