Free download Simple DNS Plus .NET API 1
The API consists of two classes "sdnsNetAPI" and "zone". The sdnsNetAPI class contains all needed functions to interact with Simple DNS Plus. The zone class is just a definition for a dns zone. To create a new zone called "mynewdomain.com" on your primary and your secondary (if available) nameservers, just use the zone constructor and provide the zone information, i.e:
Dim sdpApi As New sdnsNetAPI("ns.yournameserver.com", "yourPassword")
Dim myZone As New zone
myZone.PrimaryNS = "ns.yournameserver.com"
myZone.SecondaryNS = "ns2.yournameserver.com"
myZone.DomainName = "mynewdomain.com"
myZone.WebserverIP = "123.123.123.123"
sdpApi.updatePrimaryZone(myZone)
Simple DNS Plus .NET API 1 development, components & libraries software developed by NeoKobe. The license of this development, components & libraries software is freeware, the price is 0.00, you can free download and get a free trial before you buy a license or registration. All Simple DNS Plus .NET API 1 download links are direct Simple DNS Plus .NET API full download from NeoKobe site or their selected mirrors.
Keywords: dns, nameserver, simple dns plus, API, programmers interface, .net, Freeware, Development, Components & Libraries, NeoKobe, Simple DNS Plus .NET API
Recent Changes: Not Established
Install Support: No Install Support
Supported Languages: English
Additional Requirements: Not Established
|