|
|
|
@ -48,7 +48,7 @@ using System.Text;
|
|
|
|
namespace WebSocketSharp.Net
|
|
|
|
namespace WebSocketSharp.Net
|
|
|
|
{
|
|
|
|
{
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Provides a collection container for instances of the <see cref="Cookie"/> class.
|
|
|
|
/// Provides a collection of instances of the <see cref="Cookie"/> class.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
[Serializable]
|
|
|
|
[Serializable]
|
|
|
|
public class CookieCollection : ICollection, IEnumerable
|
|
|
|
public class CookieCollection : ICollection, IEnumerable
|
|
|
|
|