From 440698f5496ab84c5af0d5eb16105eac6bc18805 Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 28 Apr 2019 22:38:24 +0900 Subject: [PATCH] [Modify] To internal --- websocket-sharp/Net/Cookie.cs | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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.