Table of Contents

Class Instance

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll

Fluxer entity with client attached.

public class Instance : Entity, IInstance
Inheritance
object
Instance
Implements

Properties

ApiVersion

public int ApiVersion { get; }

Property Value

int

App

public InstanceApp App { get; }

Property Value

InstanceApp

Captcha

public InstanceCaptcha Captcha { get; }

Property Value

InstanceCaptcha

Community

public InstanceCommunity Community { get; }

Property Value

InstanceCommunity

Endpoints

public InstanceEndpoints Endpoints { get; }

Property Value

InstanceEndpoints

Features

public InstanceFeatures Features { get; }

Property Value

InstanceFeatures

Gifs

public InstanceGifs Gifs { get; }

Property Value

InstanceGifs

Limits

public InstanceLimits Limits { get; }

Property Value

InstanceLimits

Push

public InstancePush Push { get; }

Property Value

InstancePush

Registration

public InstanceRegistration Registration { get; }

Property Value

InstanceRegistration

SSO

public InstanceSSO SSO { get; }

Property Value

InstanceSSO

Services

public InstanceServices Services { get; }

Property Value

InstanceServices

Methods

Create(FluxerBaseClient, InstanceJson)

Create a Instance object from json.

public static Instance Create(FluxerBaseClient client, InstanceJson json)

Parameters

client FluxerBaseClient
json InstanceJson

Returns

Instance