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