Show / Hide Table of Contents

Class SessionStatus

Represents the status of a transmission session at the VISAB WebApi.

Inheritance
Object
SessionStatus
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: VISABConnector
Assembly: VISABConnector.dll
Syntax
public class SessionStatus

Properties

| Improve this Doc View Source

Game

The game of the session.

Declaration
public string Game { get; }
Property Value
Type Description
String
| Improve this Doc View Source

Ip

The ip of the machine that opened the session.

Declaration
public string Ip { get; }
Property Value
Type Description
String
| Improve this Doc View Source

IsActive

Whether the session is active.

Declaration
public bool IsActive { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

LastRequest

The time at which the last request was made by the session.

Declaration
public DateTime LastRequest { get; }
Property Value
Type Description
DateTime
| Improve this Doc View Source

ReceivedImages

The total count of requests for sending images that were made by the session.

Declaration
public int ReceivedImages { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

ReceivedStatistics

The total count of requests for sending statistics that were made by the session.

Declaration
public int ReceivedStatistics { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

SessionClosed

The time at which the session was closed.

Declaration
public DateTime SessionClosed { get; }
Property Value
Type Description
DateTime
| Improve this Doc View Source

SessionId

The Id of the session.

Declaration
public Guid SessionId { get; }
Property Value
Type Description
Guid
| Improve this Doc View Source

SessionOpened

The time at which the session was opened.

Declaration
public DateTime SessionOpened { get; }
Property Value
Type Description
DateTime
| Improve this Doc View Source

TotalRequests

The total count of requests that were made by the session.

Declaration
public int TotalRequests { get; }
Property Value
Type Description
Int32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX