System.IO.Packaging by: Microsoft
  • 1 total downloads
  • Latest version: 4.5.0-preview1-25914-04
Provides classes that support storage of multiple data objects in a single container. 10dc31ea70c14a33f371cea5a757a3d95b218acf When using NuGet 3.x this package requires at least version 3.4.
System.IO.Pipelines by: Microsoft
  • 2 total downloads
  • Latest version: 4.7.3
Single producer single consumer byte buffer management. Commonly Used Types: System.IO.Pipelines.Pipe System.IO.Pipelines.PipeWriter System.IO.Pipelines.PipeReader When using NuGet 3.x this package requires at least version 3.4.
System.IO.UnmanagedMemoryStream by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22816
Provides classes for access to unmanaged blocks of memory from managed code. Commonly Used Types: System.IO.UnmanagedMemoryStream System.IO.UnmanagedMemoryAccessor
System.Net.Http.WinHttpHandler by: Microsoft
  • 4 total downloads
  • Latest version: 6.0.0-preview.1.21102.12
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.Primitives by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.10-beta-22416
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.Reflection.TypeExtensions by: Microsoft
  • 1 total downloads
  • Latest version: 4.6.0-preview3.19128.7
Provides extensions methods for System.Type that are designed to be source-compatible with older framework reflection-based APIs. Commonly Used Types: System.Reflection.TypeExtensions System.Reflection.BindingFlags When using NuGet 3.x this package requires at least version 3.4.
System.Security.AccessControl by: Microsoft
  • 3 total downloads
  • Latest version: 4.7.0-preview3.19551.4
Provides base classes that enable managing access and audit control lists on securable objects. Commonly Used Types: System.Security.AccessControl.AccessRule System.Security.AccessControl.AuditRule System.Security.AccessControl.ObjectAccessRule System.Security.AccessControl.ObjectAuditRule System.Security.AccessControl.ObjectSecurity When using NuGet 3.x this package requires at least version 3.4.
System.Security.Claims by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.1
Provides classes that implement claims-based identity in the .NET Framework, including classes that represent claims, claims-based identities, and claims-based principals. Commonly Used Types: System.Security.Principal.GenericIdentity System.Security.Claims.Claim System.Security.Claims.ClaimsIdentity System.Security.Claims.ClaimsPrincipal System.Security.Principal.GenericPrincipal When using NuGet 3.x this package requires at least version 3.4.
System.Security.Cryptography.OpenSsl by: Microsoft
  • 1 total downloads
  • Latest version: 4.6.0-preview9.19421.4
Provides cryptographic algorithm implementations and key management for non-Windows systems with OpenSSL. Commonly Used Types: System.Security.Cryptography.RSAOpenSsl When using NuGet 3.x this package requires at least version 3.4.
System.Security.Cryptography.ProtectedData by: Microsoft
  • 1 total downloads
  • Latest version: 4.4.0-preview2-25405-01
Provides access to Windows Data Protection Api. Commonly Used Types: System.Security.Cryptography.DataProtectionScope System.Security.Cryptography.ProtectedData 029cf57733b7ec6c1dd8a13857e800b9a8d97192 When using NuGet 3.x this package requires at least version 3.4.
System.Security.Principal.Windows by: Microsoft
  • 3 total downloads
  • Latest version: 4.6.0-preview7.19362.9
Provides classes for retrieving the current Windows user and for interacting with Windows users and groups. Commonly Used Types: System.Security.Principal.WindowsIdentity System.Security.Principal.SecurityIdentifier System.Security.Principal.NTAccount System.Security.Principal.WindowsPrincipal System.Security.Principal.IdentityReference System.Security.Principal.IdentityNotMappedException System.Security.Principal.WindowsBuiltInRole System.Security.Principal.WellKnownSidType When using NuGet 3.x this package requires at least version 3.4.
System.ServiceModel.NetTcp by: Microsoft
  • 1 total downloads
  • Latest version: 4.6.0-preview9.final
Package Description
System.ServiceModel.Security by: Microsoft
  • 1 total downloads
  • Latest version: 4.5.0-rc1-26502-06
Provides common security types for consuming and communicating with services. Commonly Used Types: System.ServiceModel.DnsEndpointIdentity System.ServiceModel.MessageSecurityVersion System.ServiceModel.UpnEndpointIdentity System.ServiceModel.SpnEndpointIdentity 32c5f3642810d5731e67683ba415757fa7ad1a6c When using NuGet 3.x this package requires at least version 3.4.
System.Text.Encoding.CodePages by: Microsoft
  • 3 total downloads
  • Latest version: 5.0.0-preview.3.20214.6
Provides support for code-page based encodings, including Windows-1252, Shift-JIS, and GB2312. Commonly Used Types: System.Text.CodePagesEncodingProvider When using NuGet 3.x this package requires at least version 3.4.
System.Text.Encodings.Web by: Microsoft
  • 1 total downloads
  • Latest version: 4.7.0-preview3.19551.4
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 When using NuGet 3.x this package requires at least version 3.4.
System.Threading.AccessControl by: Microsoft
  • 1 total downloads
  • Latest version: 4.6.0-preview9.19416.11
Provides support for managing access and audit control lists for synchronization primitives. Commonly Used Types: System.Security.AccessControl.EventWaitHandleAccessRule System.Security.AccessControl.EventWaitHandleAuditRule System.Security.AccessControl.MutexAccessRule System.Security.AccessControl.MutexAuditRule System.Security.AccessControl.MutexSecurity System.Security.AccessControl.SemaphoreAccessRule System.Security.AccessControl.SemaphoreAuditRule System.Security.AccessControl.SemaphoreSecurity When using NuGet 3.x this package requires at least version 3.4.
System.Threading.Tasks.Dataflow by: Microsoft
  • 1 total downloads
  • Latest version: 4.8.0-preview1-25305-02
TPL Dataflow promotes actor/agent-oriented designs through primitives for in-process message passing, dataflow, and pipelining. TDF builds upon the APIs and scheduling infrastructure provided by the Task Parallel Library (TPL), and integrates with the language support for asynchrony provided by C#, Visual Basic, and F#. Commonly Used Types: System.Threading.Tasks.Dataflow.ActionBlock<TInput> System.Threading.Tasks.Dataflow.BatchBlock<T> System.Threading.Tasks.Dataflow.BatchedJoinBlock<T1, T2> System.Threading.Tasks.Dataflow.BatchedJoinBlock<T1, T2, T3> System.Threading.Tasks.Dataflow.BroadcastBlock<T> System.Threading.Tasks.Dataflow.BufferBlock<T> System.Threading.Tasks.Dataflow.DataflowBlock System.Threading.Tasks.Dataflow.JoinBlock<T1, T2> System.Threading.Tasks.Dataflow.JoinBlock<T1, T2, T3> System.Threading.Tasks.Dataflow.TransformBlock<TInput, TOutput> System.Threading.Tasks.Dataflow.TransformManyBlock<TInput, TOutput> System.Threading.Tasks.Dataflow.WriteOnceBlock<T> af7d2ae49c79bb279625de4e92f7f91f9fe94f5d
System.Xml.XDocument by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22605
Provides the classes for Language-Integrated Query (LINQ) to Extensible Markup Language (XML). LINQ to XML is an in-memory XML programming interface that enables you to modify XML documents efficiently and easily. Commonly Used Types: System.Xml.Linq.XElement System.Xml.Linq.XAttribute System.Xml.Linq.XDocument System.Xml.Linq.XText System.Xml.Linq.XNode System.Xml.Linq.XContainer System.Xml.Linq.XComment System.Xml.Linq.XObject System.Xml.Linq.XProcessingInstruction System.Xml.Linq.XDocumentType
System.Xml.XPath.XmlDocument by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22416
Provides extension methods that add System.Xml.XPath support to the System.Xml.XmlDocument package. Commonly Used Types: System.Xml.XPath.XmlDocumentExtensions
Telegram.Bot by: RoundRobin, Poulad, tuscen
  • 1 total downloads
  • Latest version: 16.0.2
  • Telegram Bot Api Payment Inline Games
The Bot API is an HTTP-based interface created for developers keen on building bots for Telegram.