C# Class BF2Statistics.Gamespy.Redirector.GamespyDnsReport

Afficher le fichier Open project: BF2Statistics/ControlCenter

Méthodes publiques

Свойство Type Description
Entries DnsCacheResult>.Dictionary
LastRefresh System.DateTime

Méthodes publiques

Méthode Description
AddOrUpdate ( DnsCacheResult Result ) : void

Adds or Updates a Dns Cache Result to the list of entries

GamespyDnsReport ( ) : System

Creates a new instance of GamespyDnsReport

Method Details

AddOrUpdate() public méthode

Adds or Updates a Dns Cache Result to the list of entries
public AddOrUpdate ( DnsCacheResult Result ) : void
Result BF2Statistics.Net.DnsCacheResult
Résultat void

GamespyDnsReport() public méthode

Creates a new instance of GamespyDnsReport
public GamespyDnsReport ( ) : System
Résultat System

Property Details

Entries public_oe property

Returns an array of Dns Cache results related to gamespy services only
public Dictionary Entries
Résultat DnsCacheResult>.Dictionary

LastRefresh public_oe property

Gets or Sets the time this report was generated
public DateTime,System LastRefresh
Résultat System.DateTime