We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0b2281 commit a6eedcbCopy full SHA for a6eedcb
src/Renci.SshNet/Session.cs
@@ -24,7 +24,7 @@ namespace Renci.SshNet
24
/// <summary>
25
/// Provides functionality to connect and interact with SSH server.
26
/// </summary>
27
- public partial class Session : ISession
+ public class Session : ISession
28
{
29
private const byte Null = 0x00;
30
private const byte CarriageReturn = 0x0d;
0 commit comments