Xceed .NET Libraries Documentation
Xceed.SSH.Protocols Assembly / Xceed.SSH.Protocols Namespace / SSHTransportLayerProtocol.DisconnectedEventHandler Delegate


In This Topic
    SSHTransportLayerProtocol.DisconnectedEventHandler Delegate
    In This Topic
    Syntax
    'Declaration
     
    Public Delegate Sub SSHTransportLayerProtocol.DisconnectedEventHandler( _
       ByVal remote As Boolean, _
       ByVal reasonCode As Integer, _
       ByVal description As String, _
       ByVal languageTag As String _
    ) 
    'Usage
     
    Dim instance As New SSHTransportLayerProtocol.DisconnectedEventHandler(AddressOf HandlerMethod)
    public delegate void SSHTransportLayerProtocol.DisconnectedEventHandler( 
       bool remote,
       int reasonCode,
       string description,
       string languageTag
    )

    Parameters

    remote
    reasonCode
    description
    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