[Modify] Replace it
This commit is contained in:
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…
Reference in New Issue
Block a user