[Modify] Edit it

master
sta 7 years ago
parent a22842c735
commit 33bb147d30

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

Loading…
Cancel
Save