Class CookieJarDB
- Namespace
- Soup
- Assembly
- Soup-3.0.dll
public sealed class CookieJarDB : CookieJar, IDisposable, SessionFeature, GTypeProvider, InstanceFactory
- Inheritance
-
CookieJarDB
- Implements
- Inherited Members
Constructors
CookieJarDB(params ConstructArgument[])
public CookieJarDB(params ConstructArgument[] constructArguments)
Parameters
constructArguments
ConstructArgument[]
CookieJarDB(CookieJarDBHandle)
public CookieJarDB(CookieJarDBHandle handle)
Parameters
handle
CookieJarDBHandle
Fields
FilenamePropertyDefinition
public static readonly Property<string?, CookieJarDB> FilenamePropertyDefinition
Field Value
Properties
Filename
public string? Filename { get; }
Property Value
Methods
GetGType()
public static Type GetGType()
Returns
New(string, bool)
public static CookieJarDB New(string filename, bool readOnly)