Xceed .NET Libraries Documentation
Xceed.SSH.Client Assembly / Xceed.SSH.Client Namespace / ExecuteCommandSession Class / ConnectService Method


In This Topic
    ConnectService Method (ExecuteCommandSession)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overrides Sub ConnectService( _
       ByVal channel As SSHConnectionProtocolChannel, _
       ByVal connectionProtocol As SSHConnectionProtocol, _
       ByVal packetIOManager As SSHPacketIOManager, _
       ByVal sshClient As SSHClient _
    ) 
    'Usage
     
    Dim instance As ExecuteCommandSession
    Dim channel As SSHConnectionProtocolChannel
    Dim connectionProtocol As SSHConnectionProtocol
    Dim packetIOManager As SSHPacketIOManager
    Dim sshClient As SSHClient
     
    instance.ConnectService(channel, connectionProtocol, packetIOManager, sshClient)

    Parameters

    channel
    connectionProtocol
    packetIOManager
    sshClient
    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