Skip to content

Commit a6eedcb

Browse files
committed
Session is no longer partial.
1 parent c0b2281 commit a6eedcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Renci.SshNet/Session.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ namespace Renci.SshNet
2424
/// <summary>
2525
/// Provides functionality to connect and interact with SSH server.
2626
/// </summary>
27-
public partial class Session : ISession
27+
public class Session : ISession
2828
{
2929
private const byte Null = 0x00;
3030
private const byte CarriageReturn = 0x0d;

0 commit comments

Comments
 (0)