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 HostKeyEventArgs that contains event data.
See Also Requirements Languages PowerTCP SSH and SFTP for .NET

HostKeyEventHandler Delegate

Dart.PowerTCP.Ssh Namespace : HostKeyEventHandler Delegate

Represents the method that will handle an event indicating the server host key is available for verification.

[Visual Basic]
Public Delegate Sub HostKeyEventHandler( _    ByVal sender As Object, _    ByVal e As HostKeyEventArgs _ )
[C#]
public delegate void HostKeyEventHandler(    object sender,    HostKeyEventArgs e );
[C++]
public: __gc __delegate void HostKeyEventHandler(    Object* sender,    HostKeyEventArgs* e )
[C++/CLI]
public delegate void HostKeyEventHandler(    Object^ sender,    HostKeyEventArgs^ e )

Parameters

sender
The source of the event.
e
A HostKeyEventArgs 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.