System.Net.Primitives 3.9.0-beta-23019

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

Showing the top 20 packages that depend on System.Net.Primitives.

Packages Downloads
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.
32
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.
118
Npgsql
Npgsql
33
System.IO.Pipes
Provides a means for interprocess communication through anonymous and/or named pipes. Commonly Used Types: System.IO.Pipes.NamedPipeServerStream System.IO.Pipes.PipeDirection System.IO.Pipes.PipeOptions System.IO.Pipes.PipeTransmissionMode System.IO.Pipes.NamedPipeClientStream System.IO.Pipes.PipeStream When using NuGet 3.x this package requires at least version 3.4.
31
System.Net.Http
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 - 1548494
31
System.Net.Http
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.
31
System.Net.Http
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.
32
System.Net.Http
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.
107
System.Net.NetworkInformation
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
34
System.Net.Requests
Provides older classes 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
31
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.
34
System.Net.Security
Provides types, such as System.Net.Security.SslStream, that uses SSL/TLS protocols to provide secure network communication between client and server endpoints. Commonly Used Types: System.Net.Security.SslStream System.Net.Security.ExtendedProtectionPolicy When using NuGet 3.x this package requires at least version 3.4.
32
System.Net.Sockets
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.
130
System.Net.WebSockets.Client
Provides the System.Net.WebSockets.ClientWebSocket class, which implements the client role of the WebSockets protocol (RFC 6455). Commonly Used Types: System.Net.WebSockets.ClientWebSocket When using NuGet 3.x this package requires at least version 3.4.
32
System.Net.WebSockets.Client
Provides the System.Net.WebSockets.ClientWebSocket class, which implements the client role of the WebSockets protocol (RFC 6455). Commonly Used Types: System.Net.WebSockets.ClientWebSocket When using NuGet 3.x this package requires at least version 3.4.
36
System.Private.ServiceModel
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides implementation of System.ServiceModel packages.
30
System.Private.ServiceModel
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides implementation of System.ServiceModel packages. - 1548494
33
System.ServiceModel.Http
Provides classes that allow applications to consume HTTP and WebSocket web services. Use the System.ServiceModel.BasicHttpBinding class for communication with ASMX-based web services and other services that conform to the WS-I Basic Profile 1.1. Whereas, use the System.ServiceModel.NetHttpBinding class for communication with .NET-based WebSocket services. Commonly Used Types: System.ServiceModel.BasicHttpBinding System.ServiceModel.Channels.HttpRequestMessageProperty System.ServiceModel.Channels.HttpResponseMessageProperty System.ServiceModel.Channels.HttpTransportBindingElement System.ServiceModel.Channels.HttpsTransportBindingElement System.ServiceModel.HttpClientCredentialType System.ServiceModel.BasicHttpSecurityMode System.ServiceModel.HttpTransportSecurity System.ServiceModel.BasicHttpMessageCredentialType System.ServiceModel.HttpBindingBase
31
System.ServiceModel.Http
Provides classes that allow applications to consume HTTP and WebSocket web services. Use the System.ServiceModel.BasicHttpBinding class for communication with ASMX-based web services and other services that conform to the WS-I Basic Profile 1.1. Whereas, use the System.ServiceModel.NetHttpBinding class for communication with .NET-based WebSocket services. Commonly Used Types: System.ServiceModel.BasicHttpBinding System.ServiceModel.Channels.HttpRequestMessageProperty System.ServiceModel.Channels.HttpResponseMessageProperty System.ServiceModel.Channels.HttpTransportBindingElement System.ServiceModel.Channels.HttpsTransportBindingElement System.ServiceModel.HttpClientCredentialType System.ServiceModel.BasicHttpSecurityMode System.ServiceModel.HttpTransportSecurity System.ServiceModel.BasicHttpMessageCredentialType System.ServiceModel.HttpBindingBase - 1548494
32
System.ServiceModel.Http
Provides classes that allow applications to consume HTTP and WebSocket web services. Use the System.ServiceModel.BasicHttpBinding class for communication with ASMX-based web services and other services that conform to the WS-I Basic Profile 1.1. Whereas, use the System.ServiceModel.NetHttpBinding class for communication with .NET-based WebSocket services. Commonly Used Types: System.ServiceModel.BasicHttpBinding System.ServiceModel.Channels.HttpRequestMessageProperty System.ServiceModel.Channels.HttpResponseMessageProperty System.ServiceModel.Channels.HttpTransportBindingElement System.ServiceModel.Channels.HttpsTransportBindingElement System.ServiceModel.HttpClientCredentialType System.ServiceModel.BasicHttpSecurityMode System.ServiceModel.HttpTransportSecurity System.ServiceModel.BasicHttpMessageCredentialType System.ServiceModel.HttpBindingBase \r\n TFS ID: 1599443, GitHub SHA: https://github.com/dotnet/corefx/tree/eede273a4dfabcea608621f5e1bbf8ad00584cfb
32

.NETPlatform 5.0

.NET Framework 4.5

  • No dependencies.

Windows 8.0

  • No dependencies.

.NETCore 5.0

Version Downloads Last updated
4.3.1 18 07/22/2024
4.3.0 122 02/04/2024
4.3.0-preview1-24530-04 31 07/22/2024
4.0.12 24 07/22/2024
4.0.11 25 07/22/2024
4.0.11-rc2-24027 21 07/22/2024
4.0.11-beta-23516 29 07/22/2024
4.0.11-beta-23409 18 07/22/2024
4.0.11-beta-23225 14 07/22/2024
4.0.10 25 07/22/2024
4.0.10-beta-23109 25 07/22/2024
4.0.10-beta-23019 18 07/22/2024
4.0.10-beta-22816 29 07/22/2024
4.0.10-beta-22605 18 07/22/2024
4.0.10-beta-22416 29 07/22/2024
4.0.10-beta-22231 19 07/22/2024
4.0.0 21 07/22/2024
4.0.0-beta-23109 18 07/22/2024
4.0.0-beta-23019 20 07/22/2024
3.9.0 16 07/22/2024
3.9.0-beta-23109 26 07/22/2024
3.9.0-beta-23019 24 07/22/2024