The members of System.Net.CookieCollection are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Net.CookieCollection class. |
[read-only] | Count | int.
Gets the number of cookies contained in a System.Net.CookieCollection. |
[read-only] | IsReadOnly | bool.
Gets a value that indicates whether a System.Net.CookieCollection is read-only. |
[read-only] | IsSynchronized | bool.
Gets a value that indicates whether access to a System.Net.CookieCollection is thread safe. |
[read-only] default property | Item(int) | Cookie. Documentation for this section has not yet been entered. |
[read-only] default property | Item(string) | Cookie. Documentation for this section has not yet been entered. |
[read-only] | SyncRoot | object.
Gets an object to synchronize access to the System.Net.CookieCollection. |
Add(Cookie)
| ||
Add(CookieCollection)
| ||
CopyTo(Array, int)
| ||
CopyTo(Cookie[], int)
| ||
GetEnumerator()
|