System.Net.CookieCollection
E704378
System.Net.CookieCollection is a .NET framework class that represents a collection of HTTP cookies used for managing state and session data in web requests and responses.
Statements (46)
| Predicate | Object |
|---|---|
| instanceOf |
.NET class
ⓘ
collection type ⓘ |
| assembly |
System.Net.Primitives.dll
NERFINISHED
ⓘ
System.dll ⓘ |
| category | networking API ⓘ |
| CLSCompliant | true ⓘ |
| definedIn |
.NET 5+
NERFINISHED
ⓘ
.NET Core NERFINISHED ⓘ .NET Framework NERFINISHED ⓘ |
| implements |
ICollection
ⓘ
IEnumerable ⓘ |
| indexer |
Cookie this[int index]
ⓘ
Cookie this[string name] ⓘ |
| isReadOnlyByDefault | false ⓘ |
| method |
Add(System.Net.Cookie)
ⓘ
Add(System.Net.CookieCollection) ⓘ Clear() ⓘ CopyTo(Array, Int32) ⓘ CopyTo(System.Net.Cookie[], Int32) ⓘ GetEnumerator() ⓘ Remove(System.Net.Cookie) ⓘ |
| namespace | System.Net NERFINISHED ⓘ |
| platform |
Linux
ⓘ
Windows ⓘ macOS ⓘ |
| property |
Count
ⓘ
IsReadOnly ⓘ IsSynchronized ⓘ Item[Int32] ⓘ Item[String] ⓘ SyncRoot ⓘ |
| purpose | represents a collection of HTTP cookies ⓘ |
| relatedTo |
HTTP cookie management
ⓘ
stateful web communication ⓘ |
| supports |
adding cookies
ⓘ
clearing cookies ⓘ enumeration of cookies ⓘ |
| threadSafety | synchronized via SyncRoot ⓘ |
| usedFor |
managing HTTP state
ⓘ
managing session data ⓘ storing cookies in HTTP requests ⓘ storing cookies in HTTP responses ⓘ |
| usedWith |
System.Net.Cookie
NERFINISHED
ⓘ
System.Net.CookieContainer NERFINISHED ⓘ System.Net.HttpWebRequest NERFINISHED ⓘ System.Net.HttpWebResponse NERFINISHED ⓘ |
Referenced by (1)
Full triples — surface form annotated when it differs from this entity's canonical label.