PowerTCP SSH and SFTP for .NET
SshConnection.ChallengeEventHandler Delegate




The source of the event.
A ChallengeEventArgs that contains event data.
Represents the method that will handle an event indicating the server is challenging the client with an interactive question or questions.
Syntax
'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
)

Parameters

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

Reference

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