An open API service indexing awesome lists of open source software.

https://github.com/stulzq/whoisclient

A simple domain whois lookup library.
https://github.com/stulzq/whoisclient

Last synced: 10 months ago
JSON representation

A simple domain whois lookup library.

Awesome Lists containing this project

README

          

# WhoisClient

[![Latest version](https://img.shields.io/nuget/v/WhoisClient.svg)](https://www.nuget.org/packages/WhoisClient/)

A simple domain whois lookup library.

## Usage

Install from nuget:

````shell
dotnet add package WhoisClient
````

````csharp
var client = new WhoisClient();
var whoisInfo = await client.LookupAsync("google.com");
````

![image-20201218172736581](assets/image-20201218172736581.png)

## Reference

- https://github.com/flipbit/whois

- https://tools.ietf.org/html/rfc3912