[Modify] Edit it
This commit is contained in:
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>
|
||||||
/// The default value is <c>false</c>.
|
/// <c>true</c> if non-HTTP APIs cannot access the cookie; otherwise,
|
||||||
|
/// <c>false</c>.
|
||||||
|
/// </para>
|
||||||
|
/// <para>
|
||||||
|
/// The default value is <c>false</c>.
|
||||||
|
/// </para>
|
||||||
/// </value>
|
/// </value>
|
||||||
public bool HttpOnly {
|
public bool HttpOnly {
|
||||||
get {
|
get {
|
||||||
|
Loading…
Reference in New Issue
Block a user