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


In This Topic
    ReceivePayloadCore Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Function ReceivePayloadCore( _
       ByVal match As Predicate(Of SSHPacketPayload), _
       ByVal needPacketSelector As Boolean, _
       ByVal trace As Boolean, _
       ByVal payloadTypes() As Type, _
       ByRef packetSelectorNode As LinkedListNode(Of SSHPacketIOManager.PacketSelector) _
    ) As SSHPacket
    'Usage
     
    Dim instance As SSHPacketIOManager
    Dim match As Predicate(Of SSHPacketPayload)
    Dim needPacketSelector As Boolean
    Dim trace As Boolean
    Dim payloadTypes() As Type
    Dim packetSelectorNode As LinkedListNode(Of SSHPacketIOManager.PacketSelector)
    Dim value As SSHPacket
     
    value = instance.ReceivePayloadCore(match, needPacketSelector, trace, payloadTypes, packetSelectorNode)

    Parameters

    match
    needPacketSelector
    trace
    payloadTypes
    packetSelectorNode
    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