'Declaration Public Delegate Sub SshHostKeyConfirmationHandler( _ ByVal sender As Object, _ ByVal e As SshHostKeyConfirmationEventArgs _ )
public delegate void SshHostKeyConfirmationHandler( object sender, SshHostKeyConfirmationEventArgs e )
Parameters
- sender
- The source of the event.
- e
- The Devart.Common.SshHostKeyConfirmationEventArgs object that contains the event data.