[Modify] Edit it

This commit is contained in:
sta 2019-05-01 15:30:08 +09:00
parent 2a7d9844ea
commit a22842c735

View File

@ -127,7 +127,14 @@ namespace WebSocketSharp.Net
/// the specified name and value. /// the specified name and value.
/// </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.