Table of Contents

Class CookieJarHandle

Namespace
Soup.Internal
Assembly
Soup-3.0.dll
public class CookieJarHandle : ObjectHandle, IDisposable
Inheritance
CookieJarHandle
Implements
Derived
Inherited Members

Constructors

CookieJarHandle(nint, bool)

public CookieJarHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

public static CookieJarHandle For<T>(ConstructArgument[] constructArguments) where T : CookieJar, GTypeProvider

Parameters

constructArguments ConstructArgument[]

Returns

CookieJarHandle

Type Parameters

T