[Modify] To internal
This commit is contained in:
parent
3678e6b797
commit
440698f549
@ -110,16 +110,20 @@ namespace WebSocketSharp.Net
|
||||
|
||||
#endregion
|
||||
|
||||
#region Public Constructors
|
||||
#region Internal Constructors
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="Cookie"/> class.
|
||||
/// </summary>
|
||||
public Cookie ()
|
||||
internal Cookie ()
|
||||
{
|
||||
init (String.Empty, "\"\"", String.Empty, String.Empty);
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region Public Constructors
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="Cookie"/> class with
|
||||
/// the specified name and value.
|
||||
|
Loading…
Reference in New Issue
Block a user