Skip to content

mackcoding/WhoisNET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This is a .NET 7.0 class library that implements a WHOIS Library.

Current Usage

WhoisNET will eventually get pushed to nuget, but during development, you must clone this repository and compile the project. There is nothing special needed to compile.

Sample Code

The async methods are not yet available. To use the code in the current state:

using WhoisNET;

static void Main(string[] args)
{
    Console.WriteLine(QueryTools.GetWhois("8.8.8.8"));
}

About

A tool that allows you to query whois servers from C#.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages