System.Net.Http.WinHttpHandler
by: Microsoft
- 1 total downloads
- Latest version: 4.3.0-preview1-24530-04
Provides a message handler for HttpClient based on the WinHTTP interface of Windows. While similar to HttpClientHandler, it provides developers more granular control over the application's HTTP communication than the HttpClientHandler.
Commonly Used Types:
System.Net.Http.WinHttpHandler
When using NuGet 3.x this package requires at least version 3.4.
System.Net.NameResolution
by: Microsoft
- 4 total downloads
- Latest version: 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
System.Reactive.Windows.Threading
by: .NET Foundation and Contributors
- 1 total downloads
- Latest version: 4.1.6
Reactive Extensions (Rx) for .NET - v3 compatibility facade for
System.Security.Principal
by: Microsoft
- 1 total downloads
- Latest version: 4.0.1-beta-23409
Provides the base interfaces for principal and identity objects that represents the security context under which code is running.
Commonly Used Types:
System.Security.Principal.IPrincipal
System.Security.Principal.IIdentity
System.Security.Principal.TokenImpersonationLevel
System.Text.Encodings.Web
by: Microsoft
- 1 total downloads
- Latest version: 9.0.0-preview.2.24128.5
Provides types for encoding and escaping strings for use in JavaScript, HyperText Markup Language (HTML), and uniform resource locators (URL).
Commonly Used Types:
System.Text.Encodings.Web.HtmlEncoder
System.Text.Encodings.Web.UrlEncoder
System.Text.Encodings.Web.JavaScriptEncoder
System.Text.Json
by: Microsoft
- 1 total downloads
- Latest version: 5.0.0-preview.4.20251.6
Provides high-performance and low-allocating types that serialize objects to JavaScript Object Notation (JSON) text and deserialize JSON text to objects, with UTF-8 support built-in. Also provides types to read and write JSON text encoded as UTF-8, and to create an in-memory document object model (DOM), that is read-only, for random access of the JSON elements within a structured view of the data.
Commonly Used Types:
System.Text.Json.JsonSerializer
System.Text.Json.JsonDocument
System.Text.Json.JsonElement
System.Text.Json.Utf8JsonWriter
System.Text.Json.Utf8JsonReader
When using NuGet 3.x this package requires at least version 3.4.
System.Threading.Channels
by: Microsoft
- 1 total downloads
- Latest version: 8.0.0-preview.7.23375.6
Provides types for passing data between producers and consumers.
Commonly Used Types:
System.Threading.Channel
System.Threading.Channel<T>
System.Threading.Tasks.Parallel
by: Microsoft
- 1 total downloads
- Latest version: 4.0.1
Provides the System.Threading.Tasks.Parallel class, which adds support for running loops and iterators in parallel.
Commonly Used Types:
System.Threading.Tasks.Parallel
System.Threading.Tasks.ParallelLoopState
System.Threading.Tasks.ParallelLoopResult
System.Threading.Tasks.ParallelOptions
When using NuGet 3.x this package requires at least version 3.4.
Testcontainers
by: Andre Hofmeister and contributors
- 1 total downloads
- Latest version: 3.9.0
Testcontainers for .NET is a library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
Xamarin.Android.Support.Core.Utils
by: Xamarin Inc.
- 1 total downloads
- Latest version: 25.1.0-beta2
Core Utils Android Support Library C# bindings for Xamarin
Xamarin.Android.Support.v13
by: Xamarin Inc.
- 1 total downloads
- Latest version: 25.0.1-rc1
v13 Android Support Library C# bindings for Xamarin
xunit.core
by: James Newkirk, Brad Wilson
- 1 total downloads
- Latest version: 2.3.1
Includes the libraries for writing unit tests with xUnit.net.
YamlDotNet
by: Antoine Aubry
- 2 total downloads
- Latest version: 13.7.0
A .NET library for YAML. YamlDotNet provides low level parsing and emitting of YAML as well as a high level object model similar to XmlDocument.