System.Net.NameResolution 4.0.0-rc2-24027
Provides the System.Net.Dns class, which enables developers to perform simple domain name resolution.
Commonly Used Types:
System.Net.Dns
System.Net.IPHostEntry
\r\n TFS ID: 1599443, GitHub SHA: https://github.com/dotnet/corefx/tree/eede273a4dfabcea608621f5e1bbf8ad00584cfb
Showing the top 20 packages that depend on System.Net.NameResolution.
| Packages | Downloads |
|---|---|
|
System.Private.ServiceModel
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides implementation of System.ServiceModel packages.
8ee6d65a6da34d4d37ce1d00d87febfeed0561a9
When using NuGet 3.x this package requires at least version 3.4.
|
467 |
|
System.Data.SqlClient
Provides the data provider for SQL Server. These classes provide access to versions of SQL Server and encapsulate database-specific protocols, including tabular data stream (TDS)
Commonly Used Types:
System.Data.SqlClient.SqlConnection
System.Data.SqlClient.SqlException
System.Data.SqlClient.SqlParameter
System.Data.SqlDbType
System.Data.SqlClient.SqlDataReader
System.Data.SqlClient.SqlCommand
System.Data.SqlClient.SqlTransaction
System.Data.SqlClient.SqlParameterCollection
System.Data.SqlClient.SqlClientFactory
When using NuGet 3.x this package requires at least version 3.4.
|
464 |
|
runtime.unix.System.Net.Sockets
Internal implementation package not meant for direct consumption. Please do not reference directly.
Provides classes such as Socket, TcpClient and UdpClient, which enable developers to send and receive data over the network.
Commonly Used Types:
System.Net.Sockets.Socket
System.Net.Sockets.SocketAsyncEventArgs
System.Net.Sockets.LingerOption
System.Net.Sockets.SocketAsyncOperation
System.Net.Sockets.ProtocolType
System.Net.Sockets.NetworkStream
System.Net.Sockets.TcpClient
System.Net.Sockets.SocketType
System.Net.Sockets.UdpClient
System.Net.Sockets.SocketShutdown
When using NuGet 3.x this package requires at least version 3.4.
|
91 |
|
StackExchange.Redis.StrongName
High performance Redis client, incorporating both synchronous and asynchronous usage.
|
14 |
|
SSH.NET
SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism and with broad framework support.
|
13 |
|
SuperSocket.ClientEngine.Core
It's a .NET socket tool which can simplify the socket client developing. This difference between this package and SuperSocket.ClientEngine is it doesn't include the protocol resolving library.
|
13 |
|
Microsoft.NETCore.App
A set of .NET API's that are included in the default .NET Core application model.
40c565230930ead58a50719c0ec799df77bddee9
When using NuGet 3.x this package requires at least version 3.4.
|
13 |
|
Microsoft.IdentityModel.Clients.ActiveDirectory
This package contains the binaries of the Active Directory Authentication Library (ADAL). ADAL provides easy to use authentication functionality for your .NET based client by taking advantage of Windows Server Active Directory and Azure Active Directory.
ADAL.NET enables you to acquire a security token to access protected Web APIs, for instance Microsoft Graph or your own Web API.
ADAL.NET is built against multiple platforms, including .net desktop, .net standard, .net core, UWP, Xamarin iOS and Xamarin Android. It can be called from applications and Web APIs (ASP.NET, .NET Core, ASP.NET Core) that call other Web APIs in the name of a user, or without a user.
|
13 |
|
Microsoft.Identity.Client
This package contains the binaries of the Microsoft Authentication Library for .NET (MSAL.NET).
MSAL.NET makes it easy to obtain tokens from the Microsoft identity platform for developers (formally Azure AD v2.0) signing-in users with work & school accounts, Microsoft personal accounts and social identities Azure AD B2C. These tokens again access to Microsoft Cloud API and any other API secured by the Microsoft identity platform. This version supports adding authentication functionality to your .NET based client on Windows desktop (.NET 4.5+), UWP, .NET Core, Xamarin iOS and Xamarin Android.
|
13 |
|
SuperSocket.ClientEngine.Core
It's a .NET socket tool which can simplify the socket client developing. This difference between this package and SuperSocket.ClientEngine is it doesn't include the protocol resolving library.
|
12 |
|
MailKit
MailKit is an Open Source cross-platform .NET mail-client library that is based on MimeKit and optimized for mobile devices.
Features include:
* SASL Authentication via SCRAM-SHA-256, SCRAM-SHA-1, NTLM, DIGEST-MD5, CRAM-MD5, LOGIN, PLAIN, and XOAUTH2.
* A fully-cancellable SmtpClient with support for STARTTLS, 8BITMIME, BINARYMIME, ENHANCEDSTATUSCODES, SIZE, DSN, PIPELINING and SMTPUTF8.
* A fully-cancellable Pop3Client with support for STLS, UIDL, APOP, PIPELINING, UTF8, and LANG.
* A fully-cancellable ImapClient with support for ACL, QUOTA, LITERAL+, IDLE, NAMESPACE, ID, CHILDREN, LOGINDISABLED, STARTTLS, MULTIAPPEND, UNSELECT, UIDPLUS, CONDSTORE, ESEARCH, SASL-IR, COMPRESS, WITHIN, ENABLE, QRESYNC, SORT, THREAD, ESORT, METADATA, FILTERS, LIST-STATUS, SORT=DISPLAY, SPECIAL-USE, CREATE-SPECIAL-USE, MOVE, SEARCH=FUZZY, UTF8=ACCEPT, UTF8=ONLY, LITERAL-, APPENDLIMIT, XLIST, and X-GM-EXT1.
* Client-side sorting and threading of messages (the Ordinal Subject and the Jamie Zawinski threading algorithms are supported).
* Asynchronous versions of all methods that hit the network.
* S/MIME, OpenPGP and DKIM signature support via MimeKit.
* Microsoft TNEF support via MimeKit.
|
12 |
|
StackExchange.Redis
High performance Redis client, incorporating both synchronous and asynchronous usage.
|
12 |
|
Microsoft.Identity.Client
This package contains the binaries of the Microsoft Authentication Library for .NET (MSAL.NET).
MSAL.NET makes it easy to obtain tokens from the Microsoft identity platform for developers (formally Azure AD v2.0) signing-in users with work & school accounts, Microsoft personal accounts and social identities Azure AD B2C. These tokens again access to Microsoft Cloud API and any other API secured by the Microsoft identity platform. This version supports adding authentication functionality to your .NET based client on Windows desktop (.NET 4.5+), UWP, .NET Core, Xamarin iOS and Xamarin Android.
|
12 |
|
Akka
Akka.NET is a port of the popular Java/Scala framework Akka to .NET
|
12 |
|
MongoDB.Driver.Core
Core Component of the Official MongoDB .NET Driver.
|
12 |
|
DnsClient
DnsClient.NET is a simple yet very powerful and high performance open source library for the .NET Framework to do DNS lookups
|
12 |
|
WebSocket4Net
WebSocket4Net is a .NET websocket client implemtation. It originates from SuperWebSocket WebSocket Client. For better developing of the websocket client, it was separated from SuperWebSocket and was renamed to WebSocket4Net.
|
12 |
|
Microsoft.NETCore.App
A set of .NET API's that are included in the default .NET Core application model.
6985b9f6844d51ba1197c3f52aabc7291bb15bc1
When using NuGet 3.x this package requires at least version 3.4.
|
12 |
MonoAndroid 1.0
- No dependencies.
MonoTouch 1.0
- No dependencies.
.NET Framework 4.6
- No dependencies.
.NETCore 5.0
- System.Collections (>= 4.0.11-rc2-24027)
- System.Diagnostics.Tracing (>= 4.1.0-rc2-24027)
- System.Globalization (>= 4.0.11-rc2-24027)
- System.Net.Primitives (>= 4.0.11-rc2-24027)
- System.Resources.ResourceManager (>= 4.0.1-rc2-24027)
- System.Runtime (>= 4.1.0-rc2-24027)
- System.Runtime.Extensions (>= 4.1.0-rc2-24027)
- System.Runtime.Handles (>= 4.0.1-rc2-24027)
- System.Runtime.InteropServices (>= 4.1.0-rc2-24027)
- System.Threading (>= 4.0.11-rc2-24027)
- System.Threading.Tasks (>= 4.0.11-rc2-24027)
.NET Standard 1.3
- System.Collections (>= 4.0.11-rc2-24027)
- System.Diagnostics.Tracing (>= 4.1.0-rc2-24027)
- System.Globalization (>= 4.0.11-rc2-24027)
- System.Net.Primitives (>= 4.0.11-rc2-24027)
- System.Resources.ResourceManager (>= 4.0.1-rc2-24027)
- System.Runtime (>= 4.1.0-rc2-24027)
- System.Runtime.Extensions (>= 4.1.0-rc2-24027)
- System.Runtime.Handles (>= 4.0.1-rc2-24027)
- System.Runtime.InteropServices (>= 4.1.0-rc2-24027)
- System.Security.Principal.Windows (>= 4.0.0-rc2-24027)
- System.Threading (>= 4.0.11-rc2-24027)
- System.Threading.Tasks (>= 4.0.11-rc2-24027)
Xamarin.iOS 1.0
- No dependencies.
Xamarin.Mac 2.0
- No dependencies.
Xamarin.TVOS 1.0
- No dependencies.
Xamarin.WatchOS 1.0
- No dependencies.
| Version | Downloads | Last updated |
|---|---|---|
| 4.3.0 | 93 | 12/10/2025 |
| 4.3.0-preview1-24530-04 | 8 | 12/12/2025 |
| 4.0.0 | 3 | 12/31/2025 |
| 4.0.0-rc2-24027 | 6 | 12/10/2025 |
| 4.0.0-beta-23516 | 7 | 12/10/2025 |
| 4.0.0-beta-23409 | 4 | 12/10/2025 |
| 4.0.0-beta-23225 | 7 | 12/10/2025 |
| 4.0.0-beta-23123 | 9 | 12/10/2025 |
| 4.0.0-beta-23109 | 5 | 12/10/2025 |
| 4.0.0-beta-23019 | 5 | 12/10/2025 |
| 4.0.0-beta-22816 | 5 | 12/11/2025 |
| 4.0.0-beta-22605 | 6 | 12/10/2025 |
| 4.0.0-beta-22416 | 6 | 12/10/2025 |
| 4.0.0-beta-22231 | 6 | 12/09/2025 |