Click or drag to resize

IDns Interface

Represents a ip address entry as a result of a /dns lookup.

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.7 (2.0.1.7)
Syntax
C#
public interface IDns

The IDns type exposes the following members.

Properties
  NameDescription
Public propertyHostname
The hostname which was looked up/resolved.
Public propertyIpAddress
The ipaddress which looked up/resolved.
Public propertyNick
The nick whos hostname who was looked up.
Top
See Also