See Also

Dart.PowerTCP.Ssh Namespace

Requirements

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)

Language

Visual Basic

C#

C++

C++/CLI

Show All

sender
The source of the event.
e
A ChallengeEventArgs that contains event data.
See Also Requirements Languages PowerTCP SSH and SFTP for .NET

ChallengeEventHandler Delegate

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 )

Parameters

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

Requirements

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)

See Also

Dart.PowerTCP.Ssh Namespace


Send comments on this topic.

Documentation version 1.0.0.0.

© 2008 Dart Communications.  All rights reserved.