[Modify] Replace it
This commit is contained in:
parent
15e723ed99
commit
c77250c2c8
@ -103,12 +103,7 @@ namespace WebSocketSharp.Net
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public Cookie ()
|
public Cookie ()
|
||||||
{
|
{
|
||||||
_domain = String.Empty;
|
init (String.Empty, String.Empty, String.Empty, String.Empty);
|
||||||
_expires = DateTime.MinValue;
|
|
||||||
_name = String.Empty;
|
|
||||||
_path = String.Empty;
|
|
||||||
_timeStamp = DateTime.Now;
|
|
||||||
_value = String.Empty;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user