
Allows you to specify that keep-alive packets are sent after a period of inactivity, plus the User-Agent on proxies.
Features
- File Server: Added FileServer.Settings.KeepAlivePeriod to make it possible to specify that keep-alive packets are to be sent after a period of inactivity.
- Proxy: Added Proxy.HttpUserAgent property to make it possible to specify User-Agent for HTTP CONNECT proxies.
- Cryptography: Optimized certificate signature validation on .NET Compact Framework.
Fixes
- SFTP: Fixed aborting of Sftp object's Connect method when Dispose method has been called.
- File Server: Fixed semi-random timeout exception in SFTP subsystem on extremely fast connections.
- File Server: Fixed range check in the setter of FileServer.Settings.MaxSessionDuration and FileServer.Settings.MaxSessionTransferredBytes properties.
- Proxy: ProxySocket methods now throw ObjectDisposedException when disposed.