
Adds support to allow you to cancel HTTP requests.
Features
- Password-hiding in Verbose logging mode - Communication logs created with Verbose level no longer contain authentication credentials, which makes it more convenient and safer to share them with others.
- Support for canceling HTTP requests - Implemented HttpRequest.Abort() method and added WebClient.Cancel() method to make it possible to cancel pending requests.
- Auto-connect on .NET Compact Framework - Added auto-connect feature on .NET Compact Framework. Enabling HttpRequestCreator's or WebClient's Settings.AutoConnectToInternet property will make the component to try to establish an Internet connection automatically.
- Connection-establishing API for .NET CF - Added very simple connection-establishing API for .NET Compact Framework (Rebex.Net.ConnectionManagement namespace).
- All: Added experimental support for Mono on Windows.
- All: Fixed messages of some ObjectDisposedException objects.
- HTTP: Added Content-Encoding logging in Debug log level.
- HTTP: HttpRequestCreator.Settings.SslServerName is no longer ignored.
- HTTP: HttpRequest.Abort() method is supported now.
- HTTP: HttpRequest.Timeout applied to TLS negotiation as well.
- HTTP: Added HttpRequestCreator.Settings.AutoConnectToInternet on .NET Compact Framework.
- Networking: Added simple connection manager API on .NET Compact Framework (Rebex.Net.ConnectionManagement namespace).
- Networking: Added SshParameters.MaximumPacketSize property.
- Networking: Report a meaningful error message when .NET Compact Framework's 'not a socket' issue is encountered.
- SSH: Using UTF-8 at SSH protocol level by default in Sftp, Scp and Ssh classes.
- SSH: Added logging of SSH channel window size adjustments.
- TLS/SSL: TLS cipher suite being negotiated is logged as soon as possible.
- Cryptography: CertificateStore implements IEnumerable<Certificate>.
- Cryptography: Proper error is reported when trying to validate ECDSA certificates on Mono.
- Common: Added optimized thread pool on .NET Compact Framework.
Fixes
- Networking: Fixed Login not to block Dispose in Sftp, Scp and Ssh classes.
- SSH: Fixed decompression in encrypt-then-mac (EtM) MAC mode.