diff --git a/websocket-sharp/Net/Cookie.cs b/websocket-sharp/Net/Cookie.cs index 0f8fa04e..8fe6df60 100644 --- a/websocket-sharp/Net/Cookie.cs +++ b/websocket-sharp/Net/Cookie.cs @@ -399,7 +399,7 @@ namespace WebSocketSharp.Net } /// - /// Gets or sets a value indicating whether the client discards the cookie + /// Gets a value indicating whether the client discards the cookie /// unconditionally when the client terminates. /// /// @@ -416,7 +416,7 @@ namespace WebSocketSharp.Net return _discard; } - set { + internal set { _discard = value; } }