Source code checked in, #22344
Fix SocketReadLine for Silverlight version to support multiple lines Improve IsSocketConnected to determine wheither client is connected or not
View ArticleSource code checked in, #22345
Add ability to specify terminal modes for Shell terminal Example: using (var ssh = new SshClient(connectionInfo)) { ssh.Connect(); var output = Console.OpenStandardOutput(); var input =...
View ArticleSource code checked in, #22349
Refactor ShellStream to add BeginExpect Fix Shell support in Silverlight and WindowsPhone applications
View ArticleSource code checked in, #22363
Fix to handle channel closed message by SubsystemSession class
View ArticlePatch Uploaded: #13574
StrAbZ has uploaded a patch.Description:On line 381, I switched the line 381, with the line 383,384 this will check if method is null before using it. Because we get a NullReferenceException instead of...
View ArticleSource code checked in, #22398
Add few examples into code comments Fix some XML comments Add test placeholders to implement in the future
View ArticlePatch Applied: #13574
olegkap has applied patch #13574.Comment:Hey,Thanks for pointing it out, I think it was part of the patch of fix that someone provided me with and I overlooked it.I just applied it.Thanks,Oleg
View ArticleSource code checked in, #22416
Remove documention content and move code examples into test and code comments
View ArticleSource code checked in, #22418
Ensure Queue.Dequeue operation is called only when data still availalbe in queue
View ArticleSource code checked in, #22442
Fix SCP hanging when downloading single file into directory
View Article