[Modify] Edit it

This commit is contained in:
sta 2019-05-02 14:20:14 +09:00
parent a22842c735
commit 33bb147d30

View File

@ -184,7 +184,14 @@ namespace WebSocketSharp.Net
/// the specified name, value, and path. /// the specified name, value, and path.
/// </summary> /// </summary>
/// <param name="name"> /// <param name="name">
/// A <see cref="string"/> that specifies the Name of the cookie. /// <para>
/// A <see cref="string"/> that specifies the name of the cookie.
/// </para>
/// <para>
/// The name must be a token defined in
/// <see href="http://tools.ietf.org/html/rfc2616#section-2.2">
/// RFC 2616</see>.
/// </para>
/// </param> /// </param>
/// <param name="value"> /// <param name="value">
/// A <see cref="string"/> that specifies the Value of the cookie. /// A <see cref="string"/> that specifies the Value of the cookie.