Chilkat 9.0.5 Release Notes
Cert and CertStore
- Fix: Auto-cleanup of private key in \Documents and Settings\{User}\Application Data\Microsoft\Crypto\RSA\S-* when calling Cert.LoadPfxData or Cert.LoadPfxFile.
- (.NET) Cert.Dispose and CertStore.Dispose will clear internal object and potentially
remove private key file if it was temporarily created via LoadPfxData/LoadPfxFile.
Email Object
- Added SetFromMimeBytes method — allowing an email to be loaded directly from a byte array containing raw MIME.
FTP2
- Fixed parsing of some AS/400 directory listings.
HTML-to-XML
- Fixed issue regarding mso:div tags.
HTTP
- Added SetCookieXml method for setting HTTP cookies for a domain.
IMAP
- Added HTTP proxy capabilities.
POP3
- Added HTTP proxy capabilities.
SFTP
- Added ClientIdentifier property.
- Added SOCKS4 / SOCKS5 proxy capabilities.
- Added HTTP proxy capabilities.
- Added HostKeyFingerprint string property.
Format is: ssh-rsa 1024 66:ff:d1:4e:6d:ff:d7:b0:d6:58:73:86:07:bc:2e:d7
SMTP
- Added HTTP proxy capabilities.
Socket/SSL/TLS
- Added HTTP proxy capabilities.
- Fixed AsyncReceiveAbort
- Added ReceiveBytesToFile method to stream data directly from a connected socket to a file. (appends to a file if the file already exists)
- Added “Socket Set” functionality — allowing a socket object to act as a container of a set of connected sockets, thus making it possible to “select” on a set of sockets to wait until incoming data has arrived and is available for reading. Examples:ASP: Socket Select for ReadingSQL Server: Socket Select for Reading
C++: Socket Select for Reading
MFC: Socket Select for Reading
Delphi: Socket Select for Reading
Visual FoxPro: Socket Select for Reading
Java: Socket Select for Reading
Perl: Socket Select for Reading
PHP: Socket Select for Reading
Python: Socket Select for Reading
Ruby: Socket Select for Reading
VB.NET: Socket Select for Reading
SSH
- Added ClientIdentifier property.
- Added SOCKS4 / SOCKS5 proxy capabilities.
- Added HTTP proxy capabilities.
- Added HostKeyFingerprint string property.
Format is: ssh-rsa 1024 66:ff:d1:4e:6d:ff:d7:b0:d6:58:73:86:07:bc:2e:d7
SSH Tunnel
- Added SOCKS4 / SOCKS5 proxy capabilities.
- Added HTTP proxy capabilities.
Zip
- Added IgnoreAccessDenied property. If true (the default) then access-denied errors are ignored when writing a .zip. If false, then the WriteZip* methods will fail if any file on the local filesystem cannot be included in the .zip because of permissions problems.
- Added ClearReadOnlyAttr property to allow for auto-clearing of the read-only file attribute when unzipping.
admin
0
Tags :