Click or drag to resize

DnsRequest Class

A DNS request.
Inheritance Hierarchy
SystemObject
  FM.IceLinkDnsRequest

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The DnsRequest type exposes the following members.

Constructors
  NameDescription
Public methodDnsRequest
Initializes a new instance of the DnsRequest class.
Top
Properties
  NameDescription
Public propertyCallback
Gets or sets the callback.
Public propertyName
Gets or sets the name.
Public propertyState
Gets or sets the state.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodResolve
Resolves Name, executing Callback when complete.
Public methodToString (Inherited from Object.)
Top
See Also