API Differences between 2013.1.8 and 2013.4.7
19 Additions
34 Removals
Renci.SshNet
-
public abstract class BaseClient : IDisposable
-
public class CipherInfo
- public Func<byte[], byte[], Cipher> Cipher { get; }
- public Func<byte[], byte[], BlockCipher> Cipher { get; }
- public CipherInfo(int keySize, Func<byte[], byte[], Cipher> cipher)
- public CipherInfo(int keySize, Func<byte[], byte[], BlockCipher> cipher)
-
public class ConnectionInfo
-
public class ExpectAsyncResult : IAsyncResult
-
public class ForwardedPortRemote : ForwardedPort, IDisposable
-
public class HashInfo
-
public class SftpClient : BaseClient
-
public class ShellStream : Stream
Renci.SshNet.Common
Renci.SshNet.Messages.Connection
Renci.SshNet.Messages.Transport
Renci.SshNet.Security
Renci.SshNet.Security.Cryptography
Renci.SshNet.Security.Cryptography.Ciphers
Renci.SshNet.Sftp