C# 클래스 BF2Statistics.Gamespy.Redirector.GamespyDnsReport

파일 보기 프로젝트 열기: BF2Statistics/ControlCenter

공개 프로퍼티들

프로퍼티 타입 설명
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