FingerPrintDelegate Delegate

Definition of event delegate you should use if you want to receive FingerPrint event.

[Visual Basic]
Public Delegate Sub FingerPrintDelegate( _
ByVal Sender As Object, _
ByVal Args As WeOnlyDo.Client.SFTP.FingerPrintArgs _
)
[C#]
public delegate void FingerPrintDelegate(
object Sender,
FingerPrintArgs Args
);

Requirements

Namespace: WeOnlyDo.Client Namespace

Assembly: WeOnlyDo.Client.SFTP.dll

See Also

WeOnlyDo.Client Namespace