[Modify] Edit it

master
sta 7 years ago
parent c3b32ec1a4
commit d1e6737e07

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