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
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)