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


In This Topic
    TracePacketReceived Method (SSHPacketIOManager)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Function TracePacketReceived( _
       ByVal packet As SSHPacket, _
       ByVal id As Byte _
    ) As String
    'Usage
     
    Dim instance As SSHPacketIOManager
    Dim packet As SSHPacket
    Dim id As Byte
    Dim value As String
     
    value = instance.TracePacketReceived(packet, id)
    protected virtual string TracePacketReceived( 
       SSHPacket packet,
       byte id
    )

    Parameters

    packet
    id
    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