Xceed .NET Libraries Documentation
Xceed.SSH.Core Assembly / Xceed.SSH.Core Namespace / SSHPacketIOManager.PacketHandlerPriorityComparer Class
Members


In This Topic
    SSHPacketIOManager.PacketHandlerPriorityComparer Class
    In This Topic
    Syntax
    'Declaration
     
    Public Class SSHPacketIOManager.PacketHandlerPriorityComparer 
       Implements System.Collections.Generic.IComparer(Of SSHPacketIOManager.PacketHandler) 
    public class SSHPacketIOManager.PacketHandlerPriorityComparer : System.Collections.Generic.IComparer<SSHPacketIOManager.PacketHandler>  
    Inheritance Hierarchy

    System.Object
       Xceed.SSH.Core.SSHPacketIOManager.PacketHandlerPriorityComparer

    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