WhoisClient.NET 3.0.0-beta

This is a prerelease version of WhoisClient.NET.
There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.12 or higher.

dotnet add package WhoisClient.NET --version 3.0.0-beta
NuGet\Install-Package WhoisClient.NET -Version 3.0.0-beta
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WhoisClient.NET" Version="3.0.0-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WhoisClient.NET --version 3.0.0-beta
#r "nuget: WhoisClient.NET, 3.0.0-beta"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install WhoisClient.NET as a Cake Addin
#addin nuget:?package=WhoisClient.NET&version=3.0.0-beta&prerelease

// Install WhoisClient.NET as a Cake Tool
#tool nuget:?package=WhoisClient.NET&version=3.0.0-beta&prerelease

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 Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.4 is compatible.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net45 is compatible.  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. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 14,013 6/3/2023
4.0.0 18,603 8/23/2022
3.0.1 84,723 7/20/2018
3.0.0 23,503 7/4/2017
3.0.0-beta 1,142 5/21/2017
2.0.1 9,997 10/21/2016
2.0.0 1,353 10/20/2016
1.1.1 1,449 10/20/2016
1.1.0 2,081 2/4/2016
1.0.2 6,588 3/27/2014
1.0.1 2,417 10/9/2012
1.0.0 1,814 5/23/2012

ver.3.0.0
     - Enhance: .NET Core support.
     - [BREAKING CHANGE] .NET 4.0 was no longer supported.
     ver.2.0.1
     - Fix: missing XML document comment.
     ver.2.0.0
     - Add Async API
     - Support for .NET 4.5
     ver.1.1.1
     Backport from bugfix 04939d461c628c574976ef4a686bcde9c298e2c0 of WhoisClient.NET-VS2015 by Keith J. Jones.
     - Squashed a minor bug with responded servers output.
     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.