WhoisClient.NET
1.1.0
See the version list below for details.
dotnet add package WhoisClient.NET --version 1.1.0
NuGet\Install-Package WhoisClient.NET -Version 1.1.0
<PackageReference Include="WhoisClient.NET" Version="1.1.0" />
paket add WhoisClient.NET --version 1.1.0
#r "nuget: WhoisClient.NET, 1.1.0"
// Install WhoisClient.NET as a Cake Addin #addin nuget:?package=WhoisClient.NET&version=1.1.0 // Install WhoisClient.NET as a Cake Tool #tool nuget:?package=WhoisClient.NET&version=1.1.0
This library is a WHOIS protocol client used to search owner information by IP address or domain name.
This library determines the WHOIS server automatically and queries the referral server recursively.
The response of the whois query contains strongly typed values, and the raw output.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- IPAddressRange (>= 1.5.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on WhoisClient.NET:
Package | Downloads |
---|---|
Yanga.Module.Api.Utilities
Api utilities , connect to external API |
|
WhoisApp
WhoIs App is application to retrieve public data about domains, owners. Project contains library which is able to retrieve WHOIS data. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
5.0.0 | 29,123 | 6/3/2023 |
4.0.0 | 22,358 | 8/23/2022 |
3.0.1 | 96,602 | 7/20/2018 |
3.0.0 | 23,847 | 7/4/2017 |
3.0.0-beta | 1,182 | 5/21/2017 |
2.0.1 | 11,870 | 10/21/2016 |
2.0.0 | 1,401 | 10/20/2016 |
1.1.1 | 1,503 | 10/20/2016 |
1.1.0 | 2,147 | 2/4/2016 |
1.0.2 | 6,951 | 3/27/2014 |
1.0.1 | 2,467 | 10/9/2012 |
1.0.0 | 1,873 | 5/23/2012 |
ver.1.1.0
Backport from the improvements of WhoisClient.NET-VS2015 by Keith J. Jones.
- Created a maximum timeout for the network connections, reads, and writes.
- Added a maximum number of retries.
- Added this functionality to help with bad network connections.
- Added IntelliSense information.
- Fixed problem with default constructor for WhoisResponse.
- Relaxed member protections.
- Added default constructor for WhoisResponse.
- Moved all queries to start with IANA. Improved lookup algorithm.
- Fixed an issue detecting an organization name.
- Fixed an issue with an ARIN IP address whois.
- Many bug fixes and enhancements.
ver.1.0.2
- Fix bug with port number referral server response.
ver.1.0.1
- Single out one record when querying domain.