IDns Interface

AdiIRC API v2

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.4 (2.0.1.4)
Syntax
public interface IDns
Public Interface IDns
public interface class IDns
type IDns =  interface end

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