SocketTools .NET Edition

DnsClient Methods

The methods of the DnsClient class are listed below. For a complete list of DnsClient class members, see the DnsClient Members topic.

Public Instance Methods

AttachThread Attach an instance of the class to the current thread
Cancel Cancels the current blocking network operation.
Dispose Overloaded. Releases all resources used by DnsClient.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
Initialize Overloaded. Initializes the component with the specified runtime license key.
MatchHost Overloaded. Match a host name against one more strings that may contain wildcards.
Query Perform a general nameserver query for a specific type of record.
Reset Reset the internal state of the component.
Resolve Resolve a hostname to an Internet address.
ToString (inherited from Object) Returns a String that represents the current Object.
Uninitialize Uninitialize the component and unload the networking library.

Protected Instance Methods

Dispose Overloaded. Releases the unmanaged resources allocated by the DnsClient class and optionally releases the managed resources.
Finalize Destroys an instance of the class, releasing the resources allocated for the client session and unloading the networking library.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

DnsClient Class | SocketTools Namespace