Class SessionStatus
Represents the status of a transmission session at the VISAB WebApi.
Inherited Members
Namespace: VISABConnector
Assembly: VISABConnector.dll
Syntax
public class SessionStatus
Properties
| Improve this Doc View SourceGame
The game of the session.
Declaration
public string Game { get; }
Property Value
| Type | Description |
|---|---|
| String |
Ip
The ip of the machine that opened the session.
Declaration
public string Ip { get; }
Property Value
| Type | Description |
|---|---|
| String |
IsActive
Whether the session is active.
Declaration
public bool IsActive { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
LastRequest
The time at which the last request was made by the session.
Declaration
public DateTime LastRequest { get; }
Property Value
| Type | Description |
|---|---|
| DateTime |
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 |
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 |
SessionClosed
The time at which the session was closed.
Declaration
public DateTime SessionClosed { get; }
Property Value
| Type | Description |
|---|---|
| DateTime |
SessionId
The Id of the session.
Declaration
public Guid SessionId { get; }
Property Value
| Type | Description |
|---|---|
| Guid |
SessionOpened
The time at which the session was opened.
Declaration
public DateTime SessionOpened { get; }
Property Value
| Type | Description |
|---|---|
| DateTime |
TotalRequests
The total count of requests that were made by the session.
Declaration
public int TotalRequests { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |