diff --git a/websocket-sharp/Net/Cookie.cs b/websocket-sharp/Net/Cookie.cs index 4387e717..fccbb4bc 100644 --- a/websocket-sharp/Net/Cookie.cs +++ b/websocket-sharp/Net/Cookie.cs @@ -547,15 +547,21 @@ namespace WebSocketSharp.Net } /// - /// 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. /// /// - /// When this property is true, the cookie may be included in the HTTP request - /// only if the request is transmitted over the HTTPS. + /// When this property is true, the cookie may be included in + /// the request only if the request is transmitted over HTTPS. /// /// - /// true if the security level of the cookie is secure; otherwise, false. - /// The default value is false. + /// + /// true if the security level of the cookie is secure; + /// otherwise, false. + /// + /// + /// The default value is false. + /// /// public bool Secure { get {