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.

Try in SPARQL Jump to: Statements Referenced by

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

Referenced by (1)

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

System.Net containsClass System.Net.CookieContainer