Table of Contents

Class CookieJarText

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

Constructors

CookieJarText(bool, params ConstructArgument[])

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

Parameters

owned bool
constructArguments ConstructArgument[]

CookieJarText(IntPtr, bool)

protected CookieJarText(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

FilenamePropertyDefinition

public static readonly Property<string?, CookieJarText> FilenamePropertyDefinition

Field Value

Property<string, CookieJarText>

Properties

Filename

public string? Filename { get; }

Property Value

string

Methods

GetGType()

public static Type GetGType()

Returns

Type

New(string, bool)

public static CookieJarText New(string filename, bool readOnly)

Parameters

filename string
readOnly bool

Returns

CookieJarText