Dart.Ssh Namespace : SshConnection.ChallengeEventHandler Delegate |
'Declaration Public Delegate Sub SshConnection.ChallengeEventHandler( _ ByVal sender As Object, _ ByVal e As ChallengeEventArgs _ )
'Usage Dim instance As New SshConnection.ChallengeEventHandler(AddressOf HandlerMethod)
public delegate void SshConnection.ChallengeEventHandler( object sender, ChallengeEventArgs e )
public: __gc __delegate void SshConnection.ChallengeEventHandler( Object* sender, ChallengeEventArgs* e )
public delegate void SshConnection.ChallengeEventHandler( Object^ sender, ChallengeEventArgs^ e )