PowerTCP SSH and SFTP for .NET
SshConnection.HostKeyEventHandler Delegate




The source of the event.
A HostKeyEventArgs that contains event data.
Represents the method that will handle an event raised when the server presents its host key for verification.
Syntax
'Declaration
 
Public Delegate Sub SshConnection.HostKeyEventHandler( _
   ByVal sender As Object, _
   ByVal e As HostKeyEventArgs _
) 
'Usage
 
Dim instance As New SshConnection.HostKeyEventHandler(AddressOf HandlerMethod)
public delegate void SshConnection.HostKeyEventHandler( 
   object sender,
   HostKeyEventArgs e
)
public: __gc __delegate void SshConnection.HostKeyEventHandler( 
   Object* sender,
   HostKeyEventArgs* e
)
public delegate void SshConnection.HostKeyEventHandler( 
   Object^ sender,
   HostKeyEventArgs^ e
)

Parameters

sender
The source of the event.
e
A HostKeyEventArgs that contains event data.
See Also

Reference

SshConnection.HostKeyEventHandler 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