CookieCollection Properties
.NET Framework (current version)
Namespace:
System.Net
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of cookies contained in a CookieCollection. |
![]() | IsReadOnly | Gets a value that indicates whether a CookieCollection is read-only. |
![]() | IsSynchronized | Gets a value that indicates whether access to a CookieCollection is thread safe. |
![]() | Item[Int32] | Gets the Cookie with a specific index from a CookieCollection. |
![]() | Item[String^] | Gets the Cookie with a specific name from a CookieCollection. |
![]() | SyncRoot | Gets an object to synchronize access to the CookieCollection. |
Show:
