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