CookieCollection Class |
Namespace: Sfs2X.WebSocketSharp.Net
[SerializableAttribute] public class CookieCollection : ICollection, IEnumerable
The CookieCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | CookieCollection |
Initializes a new instance of the CookieCollection class.
|
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of cookies in the collection.
|
![]() | IsReadOnly |
Gets a value indicating whether the collection is read-only.
|
![]() | IsSynchronized |
Gets a value indicating whether the access to the collection is thread safe.
|
![]() | ItemInt32 |
Gets the Cookie at the specified index from
the collection.
|
![]() | ItemString |
Gets the Cookie with the specified name from
the collection.
|
![]() | SyncRoot |
Gets an object used to synchronize access to the collection.
|
Name | Description | |
---|---|---|
![]() | Add(Cookie) |
Adds the specified cookie to the collection.
|
![]() | Add(CookieCollection) |
Adds the specified cookies to the collection.
|
![]() | CopyTo(Array, Int32) |
Copies the elements of the collection to the specified Array, starting at
the specified index in the array.
|
![]() | CopyTo(Cookie, Int32) |
Copies the elements of the collection to the specified array of Cookie,
starting at the specified index in the array.
|
![]() | GetEnumerator |
Gets the enumerator used to iterate through the collection.
|