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
boolconstructArguments
ConstructArgument[]
CookieJarText(IntPtr, bool)
protected CookieJarText(IntPtr ptr, bool ownedRef)
Parameters
Fields
FilenamePropertyDefinition
public static readonly Property<string?, CookieJarText> FilenamePropertyDefinition
Field Value
Properties
Filename
public string? Filename { get; }
Property Value
Methods
GetGType()
public static Type GetGType()
Returns
New(string, bool)
public static CookieJarText New(string filename, bool readOnly)