Table of Contents

Class CookieJarText

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

Constructors

CookieJarText(params ConstructArgument[])

public CookieJarText(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

CookieJarText(CookieJarTextHandle)

public 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