[Modify] Replace it

master
sta 7 years ago
parent c77250c2c8
commit 3579355221

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

Loading…
Cancel
Save