PowerTCP SSH and SFTP for .NET
SessionStream Constructor




A new Session created by a Connection.
The Ssh component associated with the SessionStream.
Provides a stream interface to a Session.
Syntax
'Declaration
 
Public Function New( _
   ByVal session As Session, _
   ByVal ssh As Ssh _
)
'Usage
 
Dim session As Session
Dim ssh As Ssh
 
Dim instance As New SessionStream(session, ssh)
public SessionStream( 
   Session session,
   Ssh ssh
)
public: SessionStream( 
   Session* session,
   Ssh* ssh
)
public:
SessionStream( 
   Session^ session,
   Ssh^ ssh
)

Parameters

session
A new Session created by a Connection.
ssh
The Ssh component associated with the SessionStream.
See Also

Reference

SessionStream Class
SessionStream Members


PowerTCP SSH and SFTP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic