Xceed .NET Libraries Documentation
Xceed.SSH.Client Assembly / Xceed.SSH.Client Namespace / HttpReplyType Enumeration


In This Topic
    HttpReplyType Enumeration
    In This Topic
    Represents the type of reply received from a HTTP proxy server in response to a remote connection request.
    Syntax
    'Declaration
     
    Public Enum HttpReplyType 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    'Usage
     
    Dim instance As HttpReplyType
    Members
    MemberValueDescription
    ClientError4The request contains bad syntax or cannot be fulfilled.
    Incomplete0More lines are expected; therefore, this reply is still incomplete. You should never receive such a reply, as this value is used internally.
    Informational1Request received, continuing process.
    Invalid6The format of the reply received from a HTTP proxy server was not recognized.
    Redirection3Further action must be taken in order to complete the request.
    ServerError5The server failed to fulfill an apparently valid request.
    Success2The action was successfully received, understood, and accepted.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.SSH.Client.HttpReplyType

    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