C# Класс BF2Statistics.Gamespy.Redirector.GamespyDnsReport

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Entries DnsCacheResult>.Dictionary
LastRefresh System.DateTime

Открытые методы

Метод Описание
AddOrUpdate ( DnsCacheResult Result ) : void

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

GamespyDnsReport ( ) : System

Creates a new instance of GamespyDnsReport

Описание методов

AddOrUpdate() публичный Метод

Adds or Updates a Dns Cache Result to the list of entries
public AddOrUpdate ( DnsCacheResult Result ) : void
Result BF2Statistics.Net.DnsCacheResult
Результат void

GamespyDnsReport() публичный Метод

Creates a new instance of GamespyDnsReport
public GamespyDnsReport ( ) : System
Результат System

Описание свойств

Entries публичное свойство

Returns an array of Dns Cache results related to gamespy services only
public Dictionary Entries
Результат DnsCacheResult>.Dictionary

LastRefresh публичное свойство

Gets or Sets the time this report was generated
public DateTime,System LastRefresh
Результат System.DateTime