C# Класс BF2Statistics.Net.DnsCacheResult

This object represents a DNS Cache Entry
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
Error System.Exception
HostName string

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

Метод Описание
DnsCacheResult ( string hostname, IPAddress expecting = null ) : System

Creates a new instance of DnsCacheResult

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

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

Creates a new instance of DnsCacheResult
public DnsCacheResult ( string hostname, IPAddress expecting = null ) : System
hostname string The hostname to check against the DNS cache
expecting System.Net.IPAddress /// If expecting a IPAddress from , than provide it here /// to unlock the use of ///
Результат System

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

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

If this Dns query was faulted, then the error is stored here
public Exception,System Error
Результат System.Exception

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

The hostname used to grab the IP Address from the windows DNS cache
public string HostName
Результат string