| Dart.PowerTCP.Ssh Namespace : ChallengeEventHandler Delegate |
Represents the method that will handle an event indicating the server is challenging the client with an interactive question or questions.
[Visual Basic]
Public Delegate Sub ChallengeEventHandler( _
ByVal sender As Object, _
ByVal e As ChallengeEventArgs _
) [C#]
public delegate void ChallengeEventHandler(
object sender,
ChallengeEventArgs e
);[C++]
public: __gc __delegate void ChallengeEventHandler(
Object* sender,
ChallengeEventArgs* e
)[C++/CLI]
public delegate void ChallengeEventHandler(
Object^ sender,
ChallengeEventArgs^ e
)Namespace: Dart.PowerTCP.Ssh
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
Assembly: Dart.PowerTCP.Ssh (in Dart.PowerTCP.Ssh.dll)
Send comments on this topic.
Documentation version 1.0.0.0.
© 2008 Dart Communications. All rights reserved.