Table of Contents

Class AuthDomainBasic

Namespace
Soup
Assembly
Soup-3.0.dll
public sealed class AuthDomainBasic : AuthDomain, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
Inheritance
AuthDomainBasic
Implements
Inherited Members

Constructors

AuthDomainBasic(bool, params ConstructArgument[])

protected AuthDomainBasic(bool owned, params ConstructArgument[] constructArguments)

Parameters

owned bool
constructArguments ConstructArgument[]

AuthDomainBasic(IntPtr, bool)

protected AuthDomainBasic(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

AuthDataPropertyDefinition

public static readonly Property<IntPtr, AuthDomainBasic> AuthDataPropertyDefinition

Field Value

Property<IntPtr, AuthDomainBasic>

Properties

AuthData

public IntPtr AuthData { get; set; }

Property Value

IntPtr

Methods

GetGType()

public static Type GetGType()

Returns

Type

SetAuthCallback(AuthDomainBasicAuthCallback)

public void SetAuthCallback(AuthDomainBasicAuthCallback callback)

Parameters

callback AuthDomainBasicAuthCallback