Xceed .NET Libraries Documentation
Xceed.SSH.Protocols Assembly / Xceed.SSH.Protocols Namespace / SSHConnectionProtocol Class / ReceiveChannelPayload Method / ReceiveChannelPayload<PayloadType>(SSHPacketIOManager,Int32) Method


In This Topic
    ReceiveChannelPayload<PayloadType>(SSHPacketIOManager,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function ReceiveChannelPayload(Of PayloadType As {New, SSHPacketPayload})( _
       ByVal packetIOManager As SSHPacketIOManager, _
       ByVal channelNumber As Integer _
    ) As PayloadType
    'Usage
     
    Dim packetIOManager As SSHPacketIOManager
    Dim channelNumber As Integer
    Dim value As PayloadType
     
    value = SSHConnectionProtocol.ReceiveChannelPayload(Of PayloadType)(packetIOManager, channelNumber)
    public static PayloadType ReceiveChannelPayload<PayloadType>( 
       SSHPacketIOManager packetIOManager,
       int channelNumber
    )
    where PayloadType: new(), SSHPacketPayload

    Parameters

    packetIOManager
    channelNumber

    Type Parameters

    PayloadType
    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