[Modify] Edit it

This commit is contained in:
sta 2019-02-15 21:33:43 +09:00
parent 0ee98f8758
commit bdded6d310

View File

@ -455,11 +455,25 @@ namespace WebSocketSharp.Net
/// Gets or sets the value of the Port attribute of the cookie. /// Gets or sets the value of the Port attribute of the cookie.
/// </summary> /// </summary>
/// <value> /// <value>
/// A <see cref="string"/> that represents the list of TCP ports to which the cookie applies. /// <para>
/// A <see cref="string"/> that represents the list of TCP ports
/// that the cookie applies to.
/// </para>
/// <para>
/// The default value is an empty string.
/// </para>
/// </value> /// </value>
/// <exception cref="CookieException"> /// <exception cref="CookieException">
/// The value specified for a set operation isn't enclosed in double quotes or /// <para>
/// couldn't be parsed. /// The value specified for a set operation is not enclosed in
/// double quotes.
/// </para>
/// <para>
/// -or-
/// </para>
/// <para>
/// The value specified for a set operation could not be parsed.
/// </para>
/// </exception> /// </exception>
public string Port { public string Port {
get { get {