API Differences between 2013.4.7 and 2013.1.8
69 Additions
19 Removals
Renci.SshNet
-
public abstract class BaseClient : IDisposable
-
public class CipherInfo
- public Func<byte[], byte[], BlockCipher> Cipher { get; }
- public Func<byte[], byte[], Cipher> Cipher { get; }
- public CipherInfo(int keySize, Func<byte[], byte[], BlockCipher> cipher)
- public CipherInfo(int keySize, Func<byte[], byte[], Cipher> cipher)
-
public class ConnectionInfo
-
public class ExpectAsyncResult : AsyncResult<string>
-
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