The Connection type exposes the following methods.
Methods
| Name | Description | |
|---|---|---|
| ClearCache | Clears the DNS cache on Simple DNS Plus | |
| CreateZone | Creates a new DNS zone containing a SOA-record and a single NS-record for the primary DNS server. | |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetZone | Retrieves a DNS zone from Simple DNS Plus | |
| GetZoneList | Overloaded. | |
| IDNDecode | Utility function to decode punycode encoded IDN domain names | |
| IDNEncode | Utility function to encode IDN domain names | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RemoveZone | Removes a zone from Simple DNS Plus | |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) | |
| UpdateZone | Updates a zone on Simple DNS Plus | |
| WebDecodeZone | Decodes zone data from a string encoded with the DNSZone.WebEncode method.
This can be used to retrieve data persisted in a hidden input field on a web-page. |