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 (3)

How this entity was disambiguated

Statements (51)

Predicate Object
instanceOf .NET class
class
assembly System.dll
defaultCapacity 300
defaultMaxCookieSize 4096
defaultPerDomainCapacity 20
hasConstructor CookieContainer()
CookieContainer(Int32)
CookieContainer(Int32,Int32,Int32)
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
linked to: .NET Framework
namespace System.Net
platform .NET 5+
linked to: .NET (5 and later)

.NET Core
.NET Framework
purpose handle session data across web requests
handle state across web requests
manage a collection of HTTP cookies
relatedTo System.Net.Cookie
System.Net.CookieCollection
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
System.Net.HttpWebRequest
System.Net.HttpWebResponse
System.Net.WebRequest
System.Net.WebResponse

How these facts were elicited

Referenced by (4)

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

System.Net containsClass System.Net.CookieContainer
System.Net.CookieContainer hasConstructor CookieContainer(Int32)
linked to: System.Net.CookieContainer
System.Net.CookieContainer hasConstructor CookieContainer(Int32,Int32,Int32)
linked to: System.Net.CookieContainer
System.Net.CookieCollection usedWith System.Net.CookieContainer