Gert Driesen 3d3d76fe52 Introduce TrySendMessage method on Session which will not let SocketException or SshException exception bubble up, but instead return false in this case. 11 gadi atpakaļ
..
Channel.cs 3d3d76fe52 Introduce TrySendMessage method on Session which will not let SocketException or SshException exception bubble up, but instead return false in this case. 11 gadi atpakaļ
ChannelDirectTcpip.NET40.cs 00ed218425 Added internal IForwardPort interface to allow mocking of forwarded ports. 11 gadi atpakaļ
ChannelDirectTcpip.cs 8b05e92d41 Avoid sending data on a socket that is closed (by ourselves). 11 gadi atpakaļ
ChannelForwardedTcpip.NET40.cs 45f99561b4 Channel: 11 gadi atpakaļ
ChannelForwardedTcpip.cs 063338f524 Use Socket.Shutdown(SocketShutdown.Send) to signal FIN to remove party, and allow socket to close in a clean way. 11 gadi atpakaļ
ChannelSession.cs 71664e2c93 Channel: 11 gadi atpakaļ
ChannelTypes.cs 2f42d5a31e Complete previouse renaming checking 14 gadi atpakaļ
ClientChannel.cs 71664e2c93 Channel: 11 gadi atpakaļ
IChannel.cs 71664e2c93 Channel: 11 gadi atpakaļ
IChannelDirectTcpip.cs 45f99561b4 Channel: 11 gadi atpakaļ
IChannelForwardedTcpip.cs 45f99561b4 Channel: 11 gadi atpakaļ
IChannelSession.cs 965a0ba4c7 Introduce IChannel and IChannelSession interface to allow for unit testing. 11 gadi atpakaļ
ServerChannel.cs 71664e2c93 Channel: 11 gadi atpakaļ