Simple DNS Plus .NET API
By NeoKobe
Release date: 05 Jun 2005
Platform: Win98, WinME, WinNT 4.x, Win2000, WinXP, Win2003
Language: English
License: Freeware
Download now! Download Simple DNS Plus .NET API
File size: 8.6Kb

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 screenshot

Tags: simple dns, net dns, simple dns plus


Copyright © 2005-2006, Exefind.com