PowerTCP SSH and SFTP for .NET
Session Property




Gets the SessionStream the data was read from.
Syntax
'Declaration
 
Public ReadOnly Property Session As SessionStream
'Usage
 
Dim instance As SshDataEventArgs
Dim value As SessionStream
 
value = instance.Session
public SessionStream Session {get;}
public: __property SessionStream* get_Session();
public:
property SessionStream^ Session {
   SessionStream^ get();
}
See Also

Reference

SshDataEventArgs Class
SshDataEventArgs Members


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