WhoisClient.NET
1.1.0
See the version list below for details.
Install-Package WhoisClient.NET -Version 1.1.0
dotnet add 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 |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
- IPAddressRange (>= 1.5.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on WhoisClient.NET:
Package | Downloads |
---|---|
Yanga.Module.Api.Utilities
Api utilities , connect to external API |
GitHub repositories
This package is not used by any popular GitHub repositories.
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.