Home | Contact Us | Download | Support | Purchase | Products


Product List
 
  "Joe spoke very highly of the quality of your product and support, and I'm pleased to concur. Thanks for all the help!"
D.J.
Dell
 
More
Testimonies

Simple Whois

The following example demonstrates how to perform a simple Whois query using aspNetWhois

[C#]

using System;
using aspNetWhois;
namespace ConsoleApplication1
{
	class Class1
	{
		[STAThread]
		static void Main(string[] args)
		{
			
			Console.WriteLine( Whois.QueryNow( "whois.networksolutions.com", "microsoft.com" ) );
			Console.WriteLine( "done" );
			Console.ReadLine();
		}

	}
}





[VB.NET]


Imports aspNetWhois
Module Module1

    Sub Main()
        Console.WriteLine(Whois.QueryNow( "whois.networksolutions.com", "microsoft.com" ))
        Console.WriteLine("done")
        Console.ReadLine()

    End Sub



End Module












The box is not shipped. aspNetWhois is a downloadable product.