Table of Contents

Class CookieJarText

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

Constructors

CookieJarText(params ConstructArgument[])

[Obsolete("Regular C# constructors on native classes will be removed in a future version. Please see the linked documentation for more details. It contains scenarios and possible solutions to prepare for the upcoming changes.", DiagnosticId = "GirCore1007", UrlFormat = "https://gircore.github.io/docs/integration/diagnostic/1007.html")]
public CookieJarText(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

CookieJarText(CreationData)

[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected CookieJarText(CreationData data)

Parameters

data CreationData

CookieJarText(CookieJarTextHandle)

protected CookieJarText(CookieJarTextHandle handle)

Parameters

handle CookieJarTextHandle

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

NewFromPointer(nint, bool)

Creates a new managed CookieJarText instance for a given pointer.

public static CookieJarText NewFromPointer(nint ptr, bool ownsHandle)

Parameters

ptr nint
ownsHandle bool

Returns

CookieJarText

NewWithProperties(ConstructArgument[])

Creates a new CookieJarText and sets the properties specified by the construct arguments.

public static CookieJarText NewWithProperties(ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

The properties to set.

Returns

CookieJarText