DnsHelper Class |
Namespace: Limilabs.Client.DNS
The DnsHelper type exposes the following members.
Name | Description | |
---|---|---|
DnsHelper |
Creates new DnsHelper object instance using default DNS address address and default port.
| |
DnsHelper(String, NullableInt32) |
Creates new DnsHelper object instance using specified DNS server address and port.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetSmtpServer |
Gets highest priority SMTP server for specified domain or email address.
This method searches DNS MX records.
| |
GetSmtpServers |
Gets SMTP servers for specified domain or email address.
This method searches DNS MX records. Servers are sorted by priority, first being the highest.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |