Free Software Downloads, Free Games Downloads, Free GSM Software Downloads
Software vendor loginSubmit software programAdvertise with FiveSignContact informations
 
Free Software Downloads
Search: Search for software programs
ActiveX
Compilers & Interpreters
Components & Libraries
Databases & Networks
Debugging
IDEs & Coding Utilities
Java
Management & Distribution
Reference & Tutorials
Source Code
Tools & Editors
 

FiveSign Newsletter
Subscribe Unsubscribe
Enjoy receiving from FiveSign latest software news every week!


Bookmark us Add to Favorites
Set Home Page Set Home Page
Latest software programs Latest software programs
  Add to Firefox search bar


Simple DNS Plus .NET API 1

 
You are here: Home > Software Development > Components & Libraries > Simple DNS Plus .NET API
 
Publisher: NeoKobe
Release Date: 2005-06-05
File Size: 9 KB
OS: Win98, WinME, WinNT 4.x, Windows2000, WinXP, Windows2003
License: Freeware
Editor's rating:
Download Simple DNS Plus .NET API
   
 
Simple DNS Plus .NET API description
Simple DNS Plus .NET API - Click to enlarge screenshot
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)
 
[ Download Simple DNS Plus .NET API 1 ]
 

Simple DNS Plus .NET API 1

RELATED TAGS
dns, nameserver, simple-dns-plus, API, programmers-interface
 
 
Copyright ©2005 - 2009 FiveSign Network Help | Link to us | Privacy Policy | Terms | Software Archives