Aydsko iRacing Data API
Show / Hide Table of Contents

Class StatusResultTests

Inheritance
object
StatusResultTests
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Aydsko.iRacingData
Assembly: Aydsko.iRacingData.dll
Syntax
public class StatusResultTests

Properties

BackendServices

Declaration
[JsonPropertyName("Backend Services")]
public BackendServices BackendServices { get; set; }
Property Value
Type Description
BackendServices

ConfigurationFlags

Declaration
[JsonPropertyName("Configuration Flags")]
public ConfigurationFlags ConfigurationFlags { get; set; }
Property Value
Type Description
ConfigurationFlags

RaceServerNetwork

Declaration
[JsonPropertyName("Raceserver Network")]
public RaceServerNetwork RaceServerNetwork { get; set; }
Property Value
Type Description
RaceServerNetwork

Websites

Declaration
[JsonPropertyName("Websites")]
public StatusResultWebsites Websites { get; set; }
Property Value
Type Description
StatusResultWebsites
In this article
Back to top Generated by DocFX