C# Class BF2Statistics.Gamespy.Redirector.GamespyDnsReport

Show file Open project: BF2Statistics/ControlCenter

Public Properties

Property Type Description
Entries DnsCacheResult>.Dictionary
LastRefresh System.DateTime

Public Methods

Method 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 method

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

GamespyDnsReport() public method

Creates a new instance of GamespyDnsReport
public GamespyDnsReport ( ) : System
return System

Property Details

Entries public property

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

LastRefresh public property

Gets or Sets the time this report was generated
public DateTime,System LastRefresh
return System.DateTime