Table of Contents

Class AuthHandle

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

Constructors

AuthHandle(nint, bool)

public AuthHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

AuthHandle

Type Parameters

T