Download Free/Trial Version Of Simple DNS Plus NET API
The API consists of two classes "sdnsNetAPI" and "zone". The sdnsNetAPI class contains all needed functions to interactwith simple dns plus. The zone class is just a definition for a dns zone. To create a new zone called "mynewdomain.com" on your primaryand 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 zonemyZone.PrimaryNS = "ns.yournameserver.com"myZone.SecondaryNS = "ns2.yournameserver.com"myZone.DomainName = "mynewdomain.com"myZone.WebserverIP = "123.123.123.123"sdpApi.updatePrimaryZone(myZone)
Tags: programmers interface, net,
Screenshots For Simple DNS Plus NET API

