Aydsko iRacing Data API
Show / Hide Table of Contents

Class BackendServices

Inheritance
object
BackendServices
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 BackendServices

Properties

LoginAndAuthentication

Declaration
[JsonPropertyName("Login and Authentication")]
public ServiceStatusDetail LoginAndAuthentication { get; set; }
Property Value
Type Description
ServiceStatusDetail

RaceResultsProcessing

Declaration
[JsonPropertyName("Race Results Processing")]
public ServiceStatusDetail RaceResultsProcessing { get; set; }
Property Value
Type Description
ServiceStatusDetail

StatsAPI

Declaration
[JsonPropertyName("Stats API")]
public ServiceStatusDetail StatsAPI { get; set; }
Property Value
Type Description
ServiceStatusDetail

UIBackendServices

Declaration
[JsonPropertyName("UI Backend Services")]
public ServiceStatusDetail UIBackendServices { get; set; }
Property Value
Type Description
ServiceStatusDetail
In this article
Back to top Generated by DocFX