System.Net.Http 4.3.4
Provides a programming interface for modern HTTP applications, including HTTP client components that allow applications to consume web services over HTTP and HTTP components that can be used by both clients and servers for parsing HTTP headers.
Commonly Used Types:
System.Net.Http.HttpResponseMessage
System.Net.Http.DelegatingHandler
System.Net.Http.HttpRequestException
System.Net.Http.HttpClient
System.Net.Http.MultipartContent
System.Net.Http.Headers.HttpContentHeaders
System.Net.Http.HttpClientHandler
System.Net.Http.StreamContent
System.Net.Http.FormUrlEncodedContent
System.Net.Http.HttpMessageHandler
When using NuGet 3.x this package requires at least version 3.4.
Showing the top 20 packages that depend on System.Net.Http.
| Packages | Downloads |
|---|---|
|
NETStandard.Library
A set of standard .NET APIs that are prescribed to be used and supported together. This includes all of the APIs in the NETStandard.Platform package plus additional libraries that are core to .NET but built on top of NETStandard.Platform.
When using NuGet 3.x this package requires at least version 3.4.
|
571 |
|
NETStandard.Library
A set of standard .NET APIs that are prescribed to be used and supported together.
d318b764a689cfe285d8484bda918646905664e7
When using NuGet 3.x this package requires at least version 3.4.
|
457 |
|
NETStandard.Library
A set of standard .NET APIs that are prescribed to be used and supported together. This includes all of the APIs in the NETStandard.Platform package plus additional libraries that are core to .NET but built on top of NETStandard.Platform.
When using NuGet 3.x this package requires at least version 3.4.
|
442 |
|
NETStandard.Library
A set of standard .NET APIs that are prescribed to be used and supported together.
57a0c74f36c8b254211c16547f6249b6604d527d
When using NuGet 3.x this package requires at least version 3.4.
|
397 |
|
NETStandard.Library
A set of standard .NET APIs that are prescribed to be used and supported together.
18a36291e48808fa7ef2d00a764ceb1ec95645a5
When using NuGet 3.x this package requires at least version 3.4.
|
364 |
|
System.Net.Requests
Provides older classes (such as HttpWebRequest and HttpWebResponse) for sending HTTP requests and receiving HTTP responses from a resource identified by a URI. Developers should prefer the classes in the System.Net.Http package.
Commonly Used Types:
System.Net.HttpWebRequest
System.Net.HttpWebResponse
System.Net.HttpRequestHeader
System.Net.WebException
System.Net.WebExceptionStatus
System.Net.WebRequest
System.Net.WebResponse
When using NuGet 3.x this package requires at least version 3.4.
|
313 |
|
System.Net.Requests
Provides older classes (such as HttpWebRequest and HttpWebResponse) for sending HTTP requests and receiving HTTP responses from a resource identified by a URI. Developers should prefer the classes in the System.Net.Http package.
Commonly Used Types:
System.Net.HttpWebRequest
System.Net.HttpWebResponse
System.Net.HttpRequestHeader
System.Net.WebException
System.Net.WebExceptionStatus
System.Net.WebRequest
System.Net.WebResponse
When using NuGet 3.x this package requires at least version 3.4.
|
231 |
|
Microsoft.NETCore.App
A set of .NET API's that are included in the default .NET Core application model.
e8b8861ac7faf042c87a5c2f9f2d04c98b69f28d
When using NuGet 3.x this package requires at least version 3.4.
|
177 |
|
HtmlAgilityPack
This is an agile HTML parser that builds a read/write DOM and supports plain XPATH or XSLT (you actually don't HAVE to understand XPATH nor XSLT to use it, don't worry...). It is a .NET code library that allows you to parse "out of the web" HTML files. The parser is very tolerant with "real world" malformed HTML. The object model is very similar to what proposes System.Xml, but for HTML documents (or streams).
---------------------------------------
This library is sponsored by ZZZ Projects:
https://entityframework-extensions.net/
https://eval-expression.net/
https://dapper-plus.net/
---------------------------------------
HAP is trusted by companies worldwide with over 150 million downloads.
|
141 |
|
HtmlAgilityPack
This is an agile HTML parser that builds a read/write DOM and supports plain XPATH or XSLT (you actually don't HAVE to understand XPATH nor XSLT to use it, don't worry...). It is a .NET code library that allows you to parse "out of the web" HTML files. The parser is very tolerant with "real world" malformed HTML. The object model is very similar to what proposes System.Xml, but for HTML documents (or streams).
---------------------------------------
This library is sponsored by ZZZ Projects:
https://entityframework-extensions.net/
https://eval-expression.net/
https://dapper-plus.net/
---------------------------------------
HAP is trusted by companies worldwide with over 150 million downloads.
|
17 |
|
HtmlAgilityPack
This is an agile HTML parser that builds a read/write DOM and supports plain XPATH or XSLT (you actually don't HAVE to understand XPATH nor XSLT to use it, don't worry...). It is a .NET code library that allows you to parse "out of the web" HTML files. The parser is very tolerant with "real world" malformed HTML. The object model is very similar to what proposes System.Xml, but for HTML documents (or streams).
|
8 |
|
Microsoft.NETCore.App
A set of .NET API's that are included in the default .NET Core application model.
cca5d72d48c1dd5633e92a8f2f8f3a4b9f9ff774
When using NuGet 3.x this package requires at least version 3.4.
|
7 |
|
MimeKit
MimeKit is an Open Source library for creating and parsing MIME, S/MIME and PGP messages on desktop and mobile platforms. It also supports parsing of Unix mbox files.
Unlike any other .NET MIME parser, MimeKit's parser does not need to parse string input nor does it use a TextReader. Instead, it parses raw byte streams, thus allowing it to better support undeclared 8bit text in headers as well as message bodies. It also means that MimeKit's parser is significantly faster than other .NET MIME parsers (more than 25x faster than OpenPOP.NET and over 100x faster than AE.Net.Mail and MailSystem.NET).
MimeKit's parser also uses a real tokenizer when parsing the headers rather than regex or string.Split() like most other .NET MIME parsers. This means that MimeKit is much more RFC-compliant than any other .NET MIME parser out there, including the commercial implementations.
In addition to having a far superior parser implementation, MimeKit's object tree is not a derivative of System.Net.Mail objects and thus does not suffer from System.Net.Mail's massive limitations or bugs.
API documentation can be found on the web at http://www.mimekit.net/docs
For those that need SMTP, POP3 or IMAP support, check out https://github.com/jstedfast/MailKit
|
6 |
|
MailKit
MailKit is an Open Source cross-platform .NET mail-client library that is based on MimeKit and optimized for mobile devices.
Features include:
* Socks4, Socks4a and Socks5 proxy support.
* 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, LIST-EXTENDED, ESORT, METADATA / METADATA-SERVER, NOTIFY, FILTERS, LIST-STATUS, SORT=DISPLAY, SPECIAL-USE / CREATE-SPECIAL-USE, SEARCH=FUZZY, MOVE, UTF8=ACCEPT / UTF8=ONLY, LITERAL-, APPENDLIMIT, STATUS=SIZE, OBJECTID, 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.
|
6 |
|
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.
|
6 |
|
Azure.Core
This is the implementation of the Azure Client Pipeline
|
6 |
https://go.microsoft.com/fwlink/?LinkID=799421
MonoAndroid 1.0
- No dependencies.
.NET Standard 1.6
- System.IO.FileSystem (>= 4.3.0)
- System.IO (>= 4.3.0)
- System.Globalization.Extensions (>= 4.3.0)
- System.Globalization (>= 4.3.0)
- System.Diagnostics.Tracing (>= 4.3.0)
- System.Diagnostics.DiagnosticSource (>= 4.3.0)
- System.Diagnostics.Debug (>= 4.3.0)
- System.Net.Primitives (>= 4.3.0)
- System.Collections (>= 4.3.0)
- runtime.native.System.Net.Http (>= 4.3.0)
- runtime.native.System (>= 4.3.0)
- Microsoft.NETCore.Platforms (>= 1.1.1)
- runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.2)
- System.Resources.ResourceManager (>= 4.3.0)
- System.Runtime (>= 4.3.0)
- System.Runtime.Extensions (>= 4.3.0)
- System.Threading.Tasks (>= 4.3.0)
- System.Threading (>= 4.3.0)
- System.Text.Encoding (>= 4.3.0)
- System.Security.Cryptography.X509Certificates (>= 4.3.0)
- System.Security.Cryptography.Primitives (>= 4.3.0)
- System.Security.Cryptography.OpenSsl (>= 4.3.0)
- System.Security.Cryptography.Encoding (>= 4.3.0)
- System.Security.Cryptography.Algorithms (>= 4.3.0)
- System.Runtime.InteropServices (>= 4.3.0)
- System.Runtime.Handles (>= 4.3.0)
.NET Standard 1.3
- System.Threading.Tasks (>= 4.3.0)
- System.Text.Encoding (>= 4.3.0)
- System.Security.Cryptography.X509Certificates (>= 4.3.0)
- System.Security.Cryptography.Encoding (>= 4.3.0)
- System.Runtime.InteropServices (>= 4.3.0)
- System.Runtime.Handles (>= 4.3.0)
- System.Threading (>= 4.3.0)
- System.Runtime (>= 4.3.0)
- System.Runtime.Extensions (>= 4.3.0)
- System.Resources.ResourceManager (>= 4.3.0)
- System.Net.Primitives (>= 4.3.0)
- System.IO.Compression (>= 4.3.0)
- System.IO (>= 4.3.0)
- System.Globalization (>= 4.3.0)
- System.Diagnostics.DiagnosticSource (>= 4.3.0)
- System.Diagnostics.Debug (>= 4.3.0)
- System.Diagnostics.Tracing (>= 4.3.0)
- Microsoft.Win32.Primitives (>= 4.3.0)
- Microsoft.NETCore.Platforms (>= 1.1.1)
- System.Collections (>= 4.3.0)
Xamarin.WatchOS 1.0
- No dependencies.
Xamarin.TVOS 1.0
- No dependencies.
Xamarin.Mac 2.0
- No dependencies.
Xamarin.iOS 1.0
- No dependencies.
WindowsPhoneApp 8.1
- No dependencies.
Windows 8.0
- No dependencies.
.NETPortable 0.0
- No dependencies.
.NETCore 5.0
- System.Security.Cryptography.X509Certificates (>= 4.3.0)
- System.Runtime.WindowsRuntime (>= 4.3.0)
- System.Runtime.InteropServices (>= 4.3.0)
- System.Runtime (>= 4.3.0)
- System.Resources.ResourceManager (>= 4.3.0)
- System.Net.Primitives (>= 4.3.0)
- System.IO (>= 4.3.0)
- System.Globalization (>= 4.3.0)
- System.Diagnostics.Tracing (>= 4.3.0)
- System.Diagnostics.DiagnosticSource (>= 4.3.0)
- System.Diagnostics.Debug (>= 4.3.0)
- System.Collections (>= 4.3.0)
- Microsoft.NETCore.Platforms (>= 1.1.1)
- System.Text.Encoding (>= 4.3.0)
- System.Text.Encoding.Extensions (>= 4.3.0)
- System.Runtime.Extensions (>= 4.3.0)
- System.Threading.Tasks (>= 4.3.0)
- System.Threading (>= 4.3.0)
.NET Framework 4.6
.NET Framework 4.5
- No dependencies.
MonoTouch 1.0
- No dependencies.
.NET Standard 1.1
- System.Threading.Tasks (>= 4.3.0)
- System.Text.Encoding (>= 4.3.0)
- System.Runtime (>= 4.3.0)
- System.Net.Primitives (>= 4.3.0)
- System.IO (>= 4.3.0)
| Version | Downloads | Last updated |
|---|---|---|
| 4.3.4 | 6 | 06/28/2025 |
| 4.3.3 | 4 | 06/28/2025 |
| 4.3.2 | 6 | 06/28/2025 |
| 4.3.1 | 4 | 06/28/2025 |
| 4.3.0 | 302 | 05/29/2025 |
| 4.3.0-preview1-24530-04 | 4 | 06/28/2025 |
| 4.1.4 | 4 | 06/28/2025 |
| 4.1.3 | 5 | 06/28/2025 |
| 4.1.2 | 4 | 06/28/2025 |
| 4.1.1 | 5 | 06/28/2025 |
| 4.1.0 | 303 | 06/03/2025 |
| 4.0.1-rc2-24027 | 4 | 06/28/2025 |
| 4.0.1-beta-23516 | 4 | 06/28/2025 |
| 4.0.1-beta-23409 | 4 | 06/28/2025 |
| 4.0.1-beta-23225 | 4 | 06/28/2025 |
| 4.0.0 | 4 | 06/28/2025 |
| 4.0.0-beta-23109 | 4 | 06/28/2025 |
| 4.0.0-beta-23019 | 4 | 06/28/2025 |
| 4.0.0-beta-22816 | 4 | 06/28/2025 |
| 4.0.0-beta-22605 | 4 | 06/28/2025 |
| 4.0.0-beta-22416 | 4 | 06/28/2025 |
| 4.0.0-beta-22231 | 4 | 06/27/2025 |
| 2.0.20710 | 4 | 06/27/2025 |
| 2.0.20505 | 4 | 06/27/2025 |
| 2.0.20126.16343 | 4 | 06/27/2025 |