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.

All labels observed (1)

Label Occurrences
System.Net.CookieCollection canonical 2

How this entity was disambiguated

Statements (46)

Predicate Object
instanceOf .NET class ⓘ
collection type ⓘ
assembly System.Net.Primitives.dll ⓘ
System.dll ⓘ
category networking API ⓘ
CLSCompliant true ⓘ
definedIn .NET 5+ ⓘ
linked to: .NET (5 and later)

.NET Core ⓘ
.NET Framework ⓘ
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 ⓘ
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 ⓘ
System.Net.CookieContainer ⓘ
System.Net.HttpWebRequest ⓘ
System.Net.HttpWebResponse ⓘ

How these facts were elicited

Referenced by (2)

Full triples — surface form annotated when it differs from this entity's canonical label.

System.Net → containsClass → System.Net.CookieCollection ⓘ
System.Net.CookieContainer → relatedTo → System.Net.CookieCollection ⓘ