System.Net.CookieContainer
E697511
System.Net.CookieContainer is a .NET class that manages a collection of HTTP cookies for handling state and session data across web requests.
All labels observed (1)
| Label | Occurrences |
|---|---|
| System.Net.CookieContainer canonical | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T7897438 — resolving that mention is where its identity was fixed. The disambiguator weighed these candidate entities and picked the highlighted one (or “None”, minting a new entity). This is how homonymy is resolved: the same surface form can point to different entities.
NED1
Entity disambiguation (via context triple)
gpt-5-mini-2025-08-07
Target entity: System.Net.CookieContainer Context triple: [System.Net, containsClass, System.Net.CookieContainer]
-
A.
System.Net
System.Net is a .NET namespace that provides classes for network programming, including HTTP communication, sockets, and other internet protocol support.
-
B.
Cookie
Cookie is the nickname of Cookie Johnson, an American businesswoman, philanthropist, and the wife of NBA legend Magic Johnson.
-
C.
.NET (via integration)
.NET (via integration) refers to using interoperability tools and middleware to run or connect .NET applications with IBM i systems, enabling .NET-based services to interact with IBM i data and business logic.
-
D.
System.Collections
System.Collections is a .NET namespace that provides fundamental interfaces and classes for working with non-generic collections such as lists, queues, arrays, and dictionaries.
-
E.
.net
.net is a widely used generic top-level domain on the internet, commonly associated with network services and infrastructure-related websites.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
NED2
Entity disambiguation (via description)
gpt-5-mini-2025-08-07
Target entity: System.Net.CookieContainer Target entity description: System.Net.CookieContainer is a .NET class that manages a collection of HTTP cookies for handling state and session data across web requests.
-
A.
System.Net
System.Net is a .NET namespace that provides classes for network programming, including HTTP communication, sockets, and other internet protocol support.
-
B.
Cookie
Cookie is the nickname of Cookie Johnson, an American businesswoman, philanthropist, and the wife of NBA legend Magic Johnson.
-
C.
.NET (via integration)
.NET (via integration) refers to using interoperability tools and middleware to run or connect .NET applications with IBM i systems, enabling .NET-based services to interact with IBM i data and business logic.
-
D.
System.Collections
System.Collections is a .NET namespace that provides fundamental interfaces and classes for working with non-generic collections such as lists, queues, arrays, and dictionaries.
-
E.
.net
.net is a widely used generic top-level domain on the internet, commonly associated with network services and infrastructure-related websites.
- F. None of above. chosen
Statements (51)
| Predicate | Object |
|---|---|
| instanceOf |
.NET class
ⓘ
class ⓘ |
| assembly | System.dll NERFINISHED ⓘ |
| defaultCapacity | 300 ⓘ |
| defaultMaxCookieSize | 4096 ⓘ |
| defaultPerDomainCapacity | 20 ⓘ |
| hasConstructor |
CookieContainer()
ⓘ
CookieContainer(Int32) NERFINISHED ⓘ CookieContainer(Int32,Int32,Int32) NERFINISHED ⓘ |
| hasMethod |
Add(Cookie)
ⓘ
Add(CookieCollection) ⓘ Add(Uri,Cookie) ⓘ Add(Uri,CookieCollection) ⓘ GetCookieHeader(Uri) ⓘ GetCookieHeader(Uri,String) ⓘ GetCookies(Uri) ⓘ SetCookies(Uri,String) ⓘ |
| hasProperty |
Capacity
ⓘ
Count ⓘ MaxCookieSize ⓘ PerDomainCapacity ⓘ |
| introducedIn | .NET Framework 1.1 NERFINISHED ⓘ |
| namespace | System.Net NERFINISHED ⓘ |
| platform |
.NET 5+
NERFINISHED
ⓘ
.NET Core NERFINISHED ⓘ .NET Framework NERFINISHED ⓘ |
| purpose |
handle session data across web requests
ⓘ
handle state across web requests ⓘ manage a collection of HTTP cookies ⓘ |
| relatedTo |
System.Net.Cookie
NERFINISHED
ⓘ
System.Net.CookieCollection NERFINISHED ⓘ |
| supportsFeature |
cookie capacity limits
ⓘ
cookie expiration ⓘ cookie security flags ⓘ domain matching ⓘ path matching ⓘ per-domain cookie storage ⓘ per-path cookie storage ⓘ port matching ⓘ thread-safe operations for typical use ⓘ |
| supportsProtocol |
HTTP
ⓘ
HTTPS ⓘ |
| threadSafety |
instance members are not guaranteed to be thread safe
ⓘ
public static members are thread safe ⓘ |
| usedFor |
storing cookies received in HTTP responses
ⓘ
supplying cookies in HTTP requests ⓘ |
| usedWith |
System.Net.HttpClientHandler
NERFINISHED
ⓘ
System.Net.HttpWebRequest NERFINISHED ⓘ System.Net.HttpWebResponse NERFINISHED ⓘ System.Net.WebRequest NERFINISHED ⓘ System.Net.WebResponse NERFINISHED ⓘ |
How these facts were elicited
The pipeline generated the facts above by prompting gpt-5.1 with this entity's name + description and the instruction below.
Instruction
You are a knowledge base construction expert. Given a subject entity and a description of it, return factual statements that you know for the subject as a JSON list of dictionaries(triples), where keys must be "subject", "predicate" and "object". The number of facts may be very high, between 25 to 50 or more, for very popular subjects. For less popular subjects, the number of facts can be very low, like 5 or 10. # Requirements - If you don't know the subject at all, return an empty list. - If the subject is not a named entity, return an empty list. - Include at least one triple where predicate is "instanceOf". - Do not get too wordy. - Separate several objects into multiple triples with one object.
Input
Subject: System.Net.CookieContainer Description of subject: System.Net.CookieContainer is a .NET class that manages a collection of HTTP cookies for handling state and session data across web requests.
Referenced by (1)
Full triples — surface form annotated when it differs from this entity's canonical label.