PowerTCP SSH and SFTP for .NET
Ssh.SshDataEventHandler Delegate




The source of the event.
An SshDataEventArgs that contains buffered data.
Represents the method that will handle an event raised by the user calling the Marshal method.
Syntax
'Declaration
 
Public Delegate Sub Ssh.SshDataEventHandler( _
   ByVal sender As Object, _
   ByVal e As SshDataEventArgs _
) 
'Usage
 
Dim instance As New Ssh.SshDataEventHandler(AddressOf HandlerMethod)
public delegate void Ssh.SshDataEventHandler( 
   object sender,
   SshDataEventArgs e
)
public: __gc __delegate void Ssh.SshDataEventHandler( 
   Object* sender,
   SshDataEventArgs* e
)
public delegate void Ssh.SshDataEventHandler( 
   Object^ sender,
   SshDataEventArgs^ e
)

Parameters

sender
The source of the event.
e
An SshDataEventArgs that contains buffered data.
See Also

Reference

Ssh.SshDataEventHandler Members
Dart.Ssh Namespace


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