diff --git a/websocket-sharp/Net/Cookie.cs b/websocket-sharp/Net/Cookie.cs index 27a358bb..7b7bc9d2 100644 --- a/websocket-sharp/Net/Cookie.cs +++ b/websocket-sharp/Net/Cookie.cs @@ -420,11 +420,17 @@ namespace WebSocketSharp.Net } /// - /// 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. /// /// - /// true if non-HTTP APIs cannot access the cookie; otherwise, false. - /// The default value is false. + /// + /// true if non-HTTP APIs cannot access the cookie; otherwise, + /// false. + /// + /// + /// The default value is false. + /// /// public bool HttpOnly { get {