A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/MichaCo/DnsClient.NET below:

MichaCo/DnsClient.NET: DnsClient.NET is a simple yet very powerful and high performant open source library for the .NET Framework to do DNS lookups

DnsClient.NET is a simple yet very powerful and high performance open source library for the .NET Framework to do DNS lookups.

See the DnsClient site for more details and documentation.

The following example instantiates a new LookupClient to query some IP address.

var lookup = new LookupClient();
var result = await lookup.QueryAsync("google.com", QueryType.A);

var record = result.Answers.ARecords().FirstOrDefault();
var ip = record?.Address;
Supported resource records

To build and contribute to this project, you must have the latest .NET SDKs and Visual Studio 2022 installed.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4