[Modify] Edit it

This commit is contained in:
sta 2019-03-02 21:49:57 +09:00
parent 789e779048
commit 3cc6d8b419

View File

@ -355,7 +355,13 @@ namespace WebSocketSharp.Net
/// Gets or sets the value of the Domain attribute of the cookie. /// Gets or sets the value of the Domain attribute of the cookie.
/// </summary> /// </summary>
/// <value> /// <value>
/// A <see cref="string"/> that represents the URI for which the cookie is valid. /// <para>
/// A <see cref="string"/> that represents the domain name that
/// the cookie is valid for.
/// </para>
/// <para>
/// An empty string if this attribute is not needed.
/// </para>
/// </value> /// </value>
public string Domain { public string Domain {
get { get {