Xceed .NET Libraries Documentation
Xceed.SSH.Protocols Assembly / Xceed.SSH.Protocols Namespace / SSHConnectionProtocolChannel Class / SSHConnectionProtocolChannel Constructor / SSHConnectionProtocolChannel Constructor(SSHConnectionProtocol,Int32,Int32,Int64,Int64,Int64,Int64,Int64)


In This Topic
    SSHConnectionProtocolChannel Constructor(SSHConnectionProtocol,Int32,Int32,Int64,Int64,Int64,Int64,Int64)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal connectionProtocol As SSHConnectionProtocol, _
       ByVal senderChannel As Integer, _
       ByVal recipientChannel As Integer, _
       ByVal initialRemoteWindowSize As Long, _
       ByVal initialLocalWindowSize As Long, _
       ByVal maximumRemotePacketLength As Long, _
       ByVal localWindowTargetSize As Long, _
       ByVal localWindowAdjustThreshold As Long _
    )
    'Usage
     
    Dim connectionProtocol As SSHConnectionProtocol
    Dim senderChannel As Integer
    Dim recipientChannel As Integer
    Dim initialRemoteWindowSize As Long
    Dim initialLocalWindowSize As Long
    Dim maximumRemotePacketLength As Long
    Dim localWindowTargetSize As Long
    Dim localWindowAdjustThreshold As Long
     
    Dim instance As New SSHConnectionProtocolChannel(connectionProtocol, senderChannel, recipientChannel, initialRemoteWindowSize, initialLocalWindowSize, maximumRemotePacketLength, localWindowTargetSize, localWindowAdjustThreshold)

    Parameters

    connectionProtocol
    senderChannel
    recipientChannel
    initialRemoteWindowSize
    initialLocalWindowSize
    maximumRemotePacketLength
    localWindowTargetSize
    localWindowAdjustThreshold
    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