Xceed .NET Libraries Documentation
Xceed.SSH.Client Assembly / Xceed.SSH.Client Namespace / SSHClientConnectionManager Class / OnDisconnected Method


In This Topic
    OnDisconnected Method (SSHClientConnectionManager)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnDisconnected( _
       ByVal remote As Boolean, _
       ByVal reasonCode As Integer, _
       ByVal description As String, _
       ByVal languageTag As String _
    ) 
    'Usage
     
    Dim instance As SSHClientConnectionManager
    Dim remote As Boolean
    Dim reasonCode As Integer
    Dim description As String
    Dim languageTag As String
     
    instance.OnDisconnected(remote, reasonCode, description, languageTag)
    protected virtual void OnDisconnected( 
       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