[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>
/// 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>
/// <remarks>
/// When this property is <c>true</c>, the cookie may be included in the HTTP request
/// only if the request is transmitted over the HTTPS.
/// When this property is <c>true</c>, the cookie may be included in
/// the request only if the request is transmitted over HTTPS.
/// </remarks>
/// <value>
/// <c>true</c> if the security level of the cookie is secure; otherwise, <c>false</c>.
/// The default value is <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>.
/// </para>
/// </value>
public bool Secure {
get {