Xceed .NET Libraries Documentation
SSHAuthenticationProtocol.BannerReceivedEventHandler Delegate


Xceed.SSH.Protocols Assembly > Xceed.SSH.Protocols Namespace : SSHAuthenticationProtocol.BannerReceivedEventHandler Delegate
Syntax
'Declaration
 
Public Delegate Sub SSHAuthenticationProtocol.BannerReceivedEventHandler( _
   ByVal bannerMessage As String, _
   ByVal languageTag As String _
) 
'Usage
 
Dim instance As New SSHAuthenticationProtocol.BannerReceivedEventHandler(AddressOf HandlerMethod)
public delegate void SSHAuthenticationProtocol.BannerReceivedEventHandler( 
   string bannerMessage,
   string languageTag
)

Parameters

bannerMessage
languageTag
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SSHAuthenticationProtocol.BannerReceivedEventHandler Members
Xceed.SSH.Protocols Namespace