Home » Software Development » Java & .Net » Simple DNS Plus .NET API 1

Simple DNS Plus .NET API 1

API written in VB.net which allows for easy communication with Simple DNS Plus

Developer:
NeoKobe
License:
Freeware
OS:
Windows 98 / ME / 2000 / XP / 2003
Price:
Free
Price is subject to change at any time by the company
Date added:
2/14/2007
Last Update:
4/14/2006
User Rating:
Not yet rated.
Your Rating:
Download free trial ( Free full version | 8 KB )
Simple DNS Plus .NET API 1 Publisher's description
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)
Related downloads for Simple DNS Plus .NET API
New release of Java & .Net
More products from NeoKobe