API Differences between 2023.0.0 and 2024.0.0
46 Additions
43 Removals
Renci.SshNet
-
public abstract class BaseClient : IBaseClient, IDisposable
-
public class ConnectionInfo : IConnectionInfoInternal, IConnectionInfo
-
public class ExpectAsyncResult : AsyncResult<string>
-
public abstract class ForwardedPort : IForwardedPort
-
public class ForwardedPortDynamic : ForwardedPort
-
public class ForwardedPortLocal : ForwardedPort, IDisposable
-
public class ForwardedPortRemote : ForwardedPort, IDisposable
-
public class HashInfo
-
public interface IBaseClient
-
public interface ISftpClient : IBaseClient, IDisposable
-
public class ScpClient : BaseClient
-
public class Session : ISession, IDisposable
-
public class SftpClient : BaseClient, ISftpClient, IBaseClient, IDisposable
-
public class ShellStream : Stream
- public event EventHandler<EventArgs> Closed
- public IAsyncResult BeginExpect(TimeSpan timeout, int lookback, AsyncCallback callback, object state, ExpectAction[] expectActions)
- public void Expect(TimeSpan timeout, int lookback, ExpectAction[] expectActions)
- public string Expect(string text, TimeSpan timeout, int lookback = -1)
- public string Expect(string text, TimeSpan timeout)
- public string Expect(Regex regex, TimeSpan timeout, int lookback = -1)
- public string Expect(Regex regex, TimeSpan timeout)
-
public class SshCommand : IDisposable
Renci.SshNet.Abstractions
Renci.SshNet.Common
Renci.SshNet.Connection
Renci.SshNet.Messages
Renci.SshNet.Security
Renci.SshNet.Security.Cryptography.Ciphers