Table of Contents

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

Property<string, CookieJarDB>

Properties

Filename

public string? Filename { get; }

Property Value

string

Methods

GetGType()

public static Type GetGType()

Returns

Type

New(string, bool)

public static CookieJarDB New(string filename, bool readOnly)

Parameters

filename string
readOnly bool

Returns

CookieJarDB