[Modify] Edit it

master
sta 7 years ago
parent 1eb0346170
commit 1f88f208de

@ -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 {

Loading…
Cancel
Save