[Modify] Replace it

This commit is contained in:
sta 2019-03-07 21:21:13 +09:00
parent c77250c2c8
commit 3579355221

View File

@ -141,10 +141,8 @@ namespace WebSocketSharp.Net
/// </para>
/// </exception>
public Cookie (string name, string value)
: this ()
: this (name, value, String.Empty, String.Empty)
{
Name = name;
Value = value;
}
/// <summary>