System.Memory by: Microsoft
  • 3.116k total downloads
  • Latest version: 4.6.3
System.Memory
System.Memory.Data by: Microsoft
  • 2.488k total downloads
  • Latest version: 11.0.0-preview.6.26359.118
A lightweight abstraction for a payload of bytes. Provides methods for converting between strings, streams, JSON, and bytes. Commonly Used Types: System.BinaryData
System.Net.WebSockets.WebSocketProtocol by: Microsoft
  • 1.039k total downloads
  • Latest version: 6.0.0-preview.1.21102.12
Provides the WebSocketProtocol class, which allows creating a websocket from a connected stream using WebSocketsProtocol.CreateFromConnectedStream. Commonly Used Types: System.Net.WebSockets.WebSocketProtocol
System.Net.Sockets by: Microsoft
  • 100 total downloads
  • Latest version: 4.0.0-beta-22816
Provides a managed implementation of the Windows Sockets (Winsock) interface for developers who need to tightly control access to 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
System.Net.Mail by: Josh Comley
  • 13 total downloads
  • Latest version: 1.0.0-rtm-00002
.NET Core port of System.Net.Mail
System.Net.Http.WinHttpHandler by: Microsoft
  • 2.867k total downloads
  • Latest version: 11.0.0-preview.6.26359.118
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
System.Net.WebHeaderCollection by: Microsoft
  • 156 total downloads
  • Latest version: 4.3.0
Contains types that represent HTTP request and response headers. This library is used with classes such as System.Net.HttpWebRequest and System.Net.HttpWebResponse and allows developers to query/edit header names/values. Commonly Used Types: System.Net.HttpRequestHeader System.Net.HttpResponseHeader System.Net.WebHeaderCollection When using NuGet 3.x this package requires at least version 3.4.
System.Numerics.Vectors by: Microsoft
  • 977 total downloads
  • Latest version: 4.6.1
System.Numerics.Vectors
System.Net.Http.Json by: Microsoft
  • 1.195k total downloads
  • Latest version: 11.0.0-preview.7.26381.103
Provides extension methods for System.Net.Http.HttpClient and System.Net.Http.HttpContent that perform automatic serialization and deserialization using System.Text.Json. Commonly Used Types: System.Net.Http.Json.HttpClientJsonExtensions System.Net.Http.Json.HttpContentJsonExtensions System.Net.Http.Json.JsonContent
System.Numerics.Tensors by: Microsoft
  • 1.529k total downloads
  • Latest version: 11.0.0-preview.6.26359.118
Provides support for operating over tensors.
System.Management.Automation by: Microsoft
  • 2.621k total downloads
  • Latest version: 7.7.0-preview.3
  • PowerShell
Runtime for hosting PowerShell
System.Net.ServerSentEvents by: Microsoft
  • 861 total downloads
  • Latest version: 11.0.0-preview.6.26359.118
Provides a simple parser for server-sent events (SSE). Commonly Used Types: System.Net.ServerSentEvents.SseParser
System.Net.Http by: Microsoft
  • 173 total downloads
  • Latest version: 4.0.1-rc2-24027
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 \r\n TFS ID: 1599443, GitHub SHA: https://github.com/dotnet/corefx/tree/eede273a4dfabcea608621f5e1bbf8ad00584cfb
System.Net.WebSockets by: Microsoft
  • 705 total downloads
  • Latest version: 4.3.0
Provides the System.Net.WebSockets.WebSocket abstract class and related types to allow developers to implement the WebSocket protocol (RFC 6455). WebSockets provide full-duplex communication over a single TCP connection. Commonly Used Types: System.Net.WebSockets.WebSocket System.Net.WebSockets.WebSocketContext System.Net.WebSockets.WebSocketException When using NuGet 3.x this package requires at least version 3.4.
System.Net.NameResolution by: Microsoft
  • 113 total downloads
  • Latest version: 4.0.0-beta-22816
Provides the System.Net.Dns class, which enables developers to perform simple domain name resolution. Commonly Used Types: System.Net.Dns System.Net.IPHostEntry
System.Net.Primitives by: Microsoft
  • 114 total downloads
  • Latest version: 4.0.10-beta-22816
Provides common types for network-based libraries, including System.Net.IPAddress, System.Net.IPEndPoint, and System.Net.CookieContainer. Commonly Used Types: System.Net.HttpStatusCode System.Net.Sockets.SocketError System.Net.Cookie System.Net.Sockets.SocketException System.Net.IPEndPoint System.Net.ICredentials System.Net.NetworkCredential System.Net.IPAddress System.Net.CookieCollection System.Net.CookieContainer
System.Net.NetworkInformation by: Microsoft
  • 93 total downloads
  • Latest version: 4.0.10-beta-22816
Provides access to network traffic data, network address information, and notification of address changes for the local computer. Commonly Used Types: System.Net.NetworkInformation.NetworkInterface System.Net.NetworkInformation.NetworkInformationException System.Net.NetworkInformation.NetworkAddressChangedEventHandler System.Net.NetworkInformation.NetworkInterfaceType System.Net.NetworkInformation.OperationalStatus System.Net.NetworkInformation.IPGlobalProperties System.Net.NetworkInformation.UnicastIPAddressInformation System.Net.NetworkInformation.UnicastIPAddressInformationCollection System.Net.NetworkInformation.PhysicalAddress System.Net.NetworkInformation.TcpConnectionInformation
System.Net.Security by: Microsoft
  • 88 total downloads
  • Latest version: 4.0.0-beta-22816
Provides types, such as System.Net.Security.SslStream, that enable secure network communication between applications and hosts. Commonly Used Types: System.Net.Security.SslStream System.Net.Security.ExtendedProtectionPolicy
System.Net.Http.Formatting.Extension by: andre.agostinho
  • 19 total downloads
  • Latest version: 5.2.3
  • System.Net.Http.Formatting web api 2
Extesion Assembly System.Net.Http.Formatting
System.Net.WebSockets.Client by: Microsoft
  • 27 total downloads
  • Latest version: 4.0.0-beta-22816
No description available.