Table of Contents

Class GatewaySession

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll

Fluxer entity with client attached.

public class GatewaySession : Entity, IGatewaySession
Inheritance
object
GatewaySession
Implements

Properties

IsAfk

public bool IsAfk { get; }

Property Value

bool

IsMobile

public bool IsMobile { get; }

Property Value

bool

SessionId

public string SessionId { get; }

Property Value

string

Status

public string Status { get; }

Property Value

string

Methods

Create(FluxerBaseClient, GatewaySessionJson)

Create a AuthSession object from json.

public static GatewaySession Create(FluxerBaseClient client, GatewaySessionJson json)

Parameters

client FluxerBaseClient
json GatewaySessionJson

Returns

GatewaySession