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; } ///