Скачать Whois .NET Library
Whois .NET Library
It performs recursive WHOIS queries and automatically finds the correct WHOIS server. The component contains a build in database with WHOIS servers for the main TLD’s available on the Internet and has internal logic to find the authoritative WHOIS server for the new generic TLD’s that are or will be registered (known as gTLD).
C# Example usage:
using System;
using DidiSoft.Whois;
public class WhoisDemo
{
public static void Main(string[] args)
{
WhoisClient whois = new WhoisClient();
Console.WriteLine( whois.Query("yahoo.com") );
}
}
VB.NET
Imports System;
Imports DidiSoft.Whois;
Public Class WhoisDemo
Public Shared Sub Main(ByVal args As String())
Dim whois As New WhoisClient()
Console.WriteLine( whois.Query("yahoo.com") )
End Sub
End Class
More Information : http://visualbasic-6.com/whois-net-library.html
Скачать Whois .NET Library бесплатно на странице загрузки.
Whois .NET Library 3.0.0.0
Основная информация о программе
Разработчик
Лицензия
Версия
Дата релиза
Размер файла
Операционная система
Семейство
Версия ОС
Win7 x32
Win7 x64
Win98
WinMobile
WinOther
WinServer
WinVista
WinVista x64
WinXP
Other

