SshSession Constructor
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9448)
SshSession()
Initializes an instance of the Ssh
Declaration
public SshSession()
Remarks
The default constructor initializes an instance of the Ssh
SshSession(Socket)
Initializes an instance of the Ssh
Declaration
public SshSession(Socket socket)
Parameters
| Type | Name | Description |
|---|---|---|
| Socket | socket | Base socket. |
SshSession(ISocket)
Initializes an instance of the Ssh
Declaration
public SshSession(ISocket socket)
Parameters
| Type | Name | Description |
|---|---|---|
| ISocket | socket | Base socket. |