[Modify] Replace it
This commit is contained in:
parent
3f229f25a4
commit
1bbc9090b7
@ -194,9 +194,8 @@ namespace WebSocketSharp.Net
|
|||||||
/// </para>
|
/// </para>
|
||||||
/// </exception>
|
/// </exception>
|
||||||
public Cookie (string name, string value, string path)
|
public Cookie (string name, string value, string path)
|
||||||
: this (name, value)
|
: this (name, value, path, String.Empty)
|
||||||
{
|
{
|
||||||
Path = path;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user