System.Net.Http.WinHttpHandler
by: Microsoft
- 0 total downloads
- Latest version: 10.0.3
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.Runtime.Serialization.Xml
by: Microsoft
- 1 total downloads
- Latest version: 4.0.0
Provides classes for serializing objects to the Extensible Markup Language (XML) and deserializing XML data to objects.
Commonly Used Types:
System.Runtime.Serialization.DataContractSerializer
System.Runtime.Serialization.XmlObjectSerializer
System.Runtime.Serialization.InvalidDataContractException
System.Xml.XmlDictionaryReader
System.Xml.XmlDictionaryWriter
System.Xml.XmlDictionaryString
System.Xml.UniqueId
System.Xml.XmlDictionaryReaderQuotas
System.Runtime.Serialization.DataContractResolver
System.Xml.IXmlDictionary
System.Speech
by: Microsoft
- 1 total downloads
- Latest version: 9.0.13
Provides types to perform speech synthesis and speech recognition.
Commonly Used Types
System.Speech.Synthesis.SpeechSynthesizer
System.Speech.Recognition.SpeechRecognizer
System.Threading.AccessControl
by: Microsoft
- 1 total downloads
- Latest version: 10.0.3
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
System.Threading.Channels
by: Microsoft
- 1 total downloads
- Latest version: 11.0.0-preview.1.26104.118
Provides types for passing data between producers and consumers.
Commonly Used Types:
System.Threading.Channel
System.Threading.Channel<T>
System.Xml.XPath.XmlDocument
by: Microsoft
- 1 total downloads
- Latest version: 4.0.1
Provides extension methods that add System.Xml.XPath support to the System.Xml.XmlDocument package.
Commonly Used Types:
System.Xml.XPath.XmlDocumentExtensions
When using NuGet 3.x this package requires at least version 3.4.
Xunit.SkippableFact
by: Andrew Arnott
- 1 total downloads
- Latest version: 1.3.3
Make your Xunit test methods self-determine to report a "skipped" result. Useful for such cases as "not supported on this platform" results or other environmental inputs.