diff --git a/websocket-sharp/Net/Cookie.cs b/websocket-sharp/Net/Cookie.cs index d334dd2f..cf6b5f86 100644 --- a/websocket-sharp/Net/Cookie.cs +++ b/websocket-sharp/Net/Cookie.cs @@ -110,16 +110,20 @@ namespace WebSocketSharp.Net #endregion - #region Public Constructors + #region Internal Constructors /// /// Initializes a new instance of the class. /// - public Cookie () + internal Cookie () { init (String.Empty, "\"\"", String.Empty, String.Empty); } + #endregion + + #region Public Constructors + /// /// Initializes a new instance of the class with /// the specified name and value.