[Modify] Edit it

This commit is contained in:
sta 2019-02-23 21:56:45 +09:00
parent 1eb0346170
commit 1f88f208de

View File

@ -420,11 +420,17 @@ namespace WebSocketSharp.Net
} }
/// <summary> /// <summary>
/// Gets or sets a value indicating whether non-HTTP APIs can access the cookie. /// Gets or sets a value indicating whether non-HTTP APIs can access
/// the cookie.
/// </summary> /// </summary>
/// <value> /// <value>
/// <c>true</c> if non-HTTP APIs cannot access the cookie; otherwise, <c>false</c>. /// <para>
/// <c>true</c> if non-HTTP APIs cannot access the cookie; otherwise,
/// <c>false</c>.
/// </para>
/// <para>
/// The default value is <c>false</c>. /// The default value is <c>false</c>.
/// </para>
/// </value> /// </value>
public bool HttpOnly { public bool HttpOnly {
get { get {