Xceed .NET Libraries Documentation
Xceed.SSH.Core Assembly / Xceed.SSH.Core Namespace / SSHPacketIOManager Class / DoConnect Method


In This Topic
    DoConnect Method (SSHPacketIOManager)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Sub DoConnect( _
       ByVal connectionManager As SSHConnectionManager, _
       ByVal ioManager As ISSHIOManager, _
       ByVal protocolManager As SSHProtocolManager _
    ) 
    'Usage
     
    Dim instance As SSHPacketIOManager
    Dim connectionManager As SSHConnectionManager
    Dim ioManager As ISSHIOManager
    Dim protocolManager As SSHProtocolManager
     
    instance.DoConnect(connectionManager, ioManager, protocolManager)

    Parameters

    connectionManager
    ioManager
    protocolManager
    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