
Adds full support for Microsoft Visual Studio 2022 and improves SFTP server.
Features
- The default value for the SSH packet's payload size has been reduced to 32Kb in order to support more third-party SFTP clients and servers. This parameter can be tuned using the BatchSize property of both the SFTP client and the server.
- Improved SFTP server. The new version of this component supports more SFTP clients and implements both the client-first and the server-first approaches when starting a SSH session.
- Added certificate chain validation timeout and options to ignore revocation errors during the TLS/SSL handshake.
- RevocationFlags enumeration has been replaced with a set of CertificateChainVerifyFlags flags. The new option allows you to tune up certificate chain validation.
- DnsQuery component has been improved. Added the ability to retrieve a domain SOA record.
- IP, MX, and reverse zone resolving has been improved in the DnsQuery component using primary name servers for domains.
- Independent SOCKS4 and SOCKS4a support has been added. This new feature allows firewalls to automatically resolve connected host names.
- HTTP request submission has been improved when using requests with file and image attachments. The attachment streams are now only requested once during the sending process.
- The Imap4Server component has been optimized. The updated GetMessages event args allow you to filter the returned message set and not collect all mailbox messages when handling IMAP4 commands.
- The following members have been renamed: CRLFlags to CertChainFlags and RevocationFlags to CertificateChainVerifyFlags.
- Added full support for Microsoft Visual Studio 2022.