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.
- Host: GitHub
- URL: https://github.com/stulzq/whoisclient
- Owner: stulzq
- License: apache-2.0
- Created: 2020-12-18T09:18:50.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-18T09:40:55.000Z (over 5 years ago)
- Last Synced: 2024-12-11T18:18:18.525Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 35.2 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WhoisClient
[](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");
````

## Reference
- https://github.com/flipbit/whois
- https://tools.ietf.org/html/rfc3912