poco.net
                             
                            
                                1.4.6-p4
                            
                        
                    dotnet add package poco.net --version 1.4.6-p4
NuGet\Install-Package poco.net -Version 1.4.6-p4
<PackageReference Include="poco.net" Version="1.4.6-p4" />
<PackageVersion Include="poco.net" Version="1.4.6-p4" />
<PackageReference Include="poco.net" />
paket add poco.net --version 1.4.6-p4
#r "nuget: poco.net, 1.4.6-p4"
#:package poco.net@1.4.6-p4
#addin nuget:?package=poco.net&version=1.4.6-p4&prerelease
#tool nuget:?package=poco.net&version=1.4.6-p4&prerelease
NET
- sockets: Abstracted low level network support
- Reactor pattern: Popular network abstraction pattern support
- MIME messages: Encoding support
- HTTP: High level HTTP support for client and servers
- FTP: High level FTP support
- Mail: POP3, SMTP stream based support
- HTML: Form support
| Product | Versions Compatible and additional computed target framework versions. | 
|---|---|
| native | native is compatible. | 
- 
                                                - poco.foundation (>= 1.4.6-p4)
- poco.net.redist (>= 1.4.6-p4)
 
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | 
|---|---|---|
| 1.4.6-p4 | 158 | 5/1/2014 | 
- no longer use reverse DNS lookups for cert hostname validation
- cert hostname validation is case insensitive and more strict
- HTMLForm: in URL encoding, percent-encode more special characters
- fixed thread priority issues on POSIX platforms with non-standard scheduling policy
- XMLWriter no longer escapes apostrophe character
- fixed GH# 316: Poco::DateTimeFormatter::append() gives wrong result for Poco::LocalDateTime
- fixed GH# 305 (memcpy in Poco::Buffer uses wrong size if type != char)
- Zip: fixed a crash caused by an I/O error (e.g., full disk) while creating a Zip archive