[Modify] Edit it

This commit is contained in:
sta 2019-02-21 22:12:47 +09:00
parent 9c9e2f5614
commit d8409c093b

View File

@ -303,8 +303,16 @@ namespace WebSocketSharp.Net
/// Gets or sets the value of the CommentURL attribute of the cookie. /// Gets or sets the value of the CommentURL attribute of the cookie.
/// </summary> /// </summary>
/// <value> /// <value>
/// A <see cref="Uri"/> that represents the URI that provides the comment to document intended /// <para>
/// use of the cookie. /// A <see cref="Uri"/> that represents the URI that provides
/// the comment to document intended use of the cookie.
/// </para>
/// <para>
/// <see langword="null"/> if this attribute is not needed.
/// </para>
/// <para>
/// The default value is <see langword="null"/>.
/// </para>
/// </value> /// </value>
public Uri CommentUri { public Uri CommentUri {
get { get {