비활성 기간 후에 연결 유지(keep-alive) 패킷이 전송되게 지정 할 수 있으며, 프록시에 User-Agent를 제공합니다.
9월 17, 2018
신규 버전
기능
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.
수정사항
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.