PowerTCP SSH and SFTP for .NET
SshConnection.BannerEventHandler Delegate




The source of the event.
A BannerEventArgs that contains event data.
Represents the method that will handle an event raised when the server presents a banner to the client during authentication.
Syntax
'Declaration
 
Public Delegate Sub SshConnection.BannerEventHandler( _
   ByVal sender As Object, _
   ByVal e As BannerEventArgs _
) 
'Usage
 
Dim instance As New SshConnection.BannerEventHandler(AddressOf HandlerMethod)
public delegate void SshConnection.BannerEventHandler( 
   object sender,
   BannerEventArgs e
)
public: __gc __delegate void SshConnection.BannerEventHandler( 
   Object* sender,
   BannerEventArgs* e
)
public delegate void SshConnection.BannerEventHandler( 
   Object^ sender,
   BannerEventArgs^ e
)

Parameters

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

Reference

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