From 35793552213e6ab0528e112af2cde86ab2678aa5 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 7 Mar 2019 21:21:13 +0900 Subject: [PATCH] [Modify] Replace it --- websocket-sharp/Net/Cookie.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/websocket-sharp/Net/Cookie.cs b/websocket-sharp/Net/Cookie.cs index 7998f454..c5060a07 100644 --- a/websocket-sharp/Net/Cookie.cs +++ b/websocket-sharp/Net/Cookie.cs @@ -141,10 +141,8 @@ namespace WebSocketSharp.Net /// /// public Cookie (string name, string value) - : this () + : this (name, value, String.Empty, String.Empty) { - Name = name; - Value = value; } ///