[Modify] Edit it

This commit is contained in:
sta 2019-02-25 21:50:50 +09:00
parent 04606f8bad
commit df6eafb23f

View File

@ -547,15 +547,21 @@ namespace WebSocketSharp.Net
} }
/// <summary> /// <summary>
/// Gets or sets a value indicating whether the security level of the cookie is secure. /// Gets or sets a value indicating whether the security level of
/// the cookie is secure.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// When this property is <c>true</c>, the cookie may be included in the HTTP request /// When this property is <c>true</c>, the cookie may be included in
/// only if the request is transmitted over the HTTPS. /// the request only if the request is transmitted over HTTPS.
/// </remarks> /// </remarks>
/// <value> /// <value>
/// <c>true</c> if the security level of the cookie is secure; otherwise, <c>false</c>. /// <para>
/// <c>true</c> if the security level of the cookie is secure;
/// 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 Secure { public bool Secure {
get { get {