[Modify] Replace it

master
sta 7 years ago
parent c77250c2c8
commit 3579355221

@ -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>

Loading…
Cancel
Save