Aydsko iRacing Data API
Show / Hide Table of Contents

Class StatusResultWebsites

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

Properties

Downloads

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

Forums

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

LegacyForums

Declaration
[JsonPropertyName("Legacy Forums")]
public ServiceStatusDetail LegacyForums { get; set; }
Property Value
Type Description
ServiceStatusDetail

PublicSiteWwwiRacingCom

Declaration
[JsonPropertyName("Public Site (www.iracing.com)")]
public ServiceStatusDetail PublicSiteWwwiRacingCom { get; set; }
Property Value
Type Description
ServiceStatusDetail
In this article
Back to top Generated by DocFX