Initializes an instance of the SshSession class with the specified base socket.
Namespace:
Rebex.Net
Assembly:
Rebex.Networking (in Rebex.Networking.dll)
Syntax
Visual Basic |
---|
Public Sub New ( _ socket As Socket _ ) |
C# |
---|
public SshSession( Socket socket ) |
Parameters
- socket
- Type: System.Net.Sockets..::..Socket
Base socket.