Table of Contents

Class CookieJarDB

Namespace
Soup
Assembly
Soup-3.0.dll
public sealed class CookieJarDB : CookieJar, IObject, INotifyPropertyChanged, IDisposable, SessionFeature, IHandle, GTypeProvider
Inheritance
CookieJarDB
Implements
Inherited Members

Constructors

CookieJarDB(bool, params ConstructArgument[])

protected CookieJarDB(bool owned, params ConstructArgument[] constructArguments)

Parameters

owned bool
constructArguments ConstructArgument[]

CookieJarDB(IntPtr, bool)

protected CookieJarDB(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

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