Xceed .NET Libraries Documentation
Xceed.SSH.Client Assembly / Xceed.SSH.Client Namespace / HttpReplyException Class / HttpReplyException Constructor / HttpReplyException Constructor(HttpReply)
The HttpReply received from a HTTP proxy.


In This Topic
    HttpReplyException Constructor(HttpReply)
    In This Topic
    Initializes a new instance of the HttpReplyException class with a specified HttpReply.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal reply As HttpReply _
    )
    'Usage
     
    Dim reply As HttpReply
     
    Dim instance As New HttpReplyException(reply)
    public HttpReplyException( 
       HttpReply reply
    )

    Parameters

    reply
    The HttpReply received from a HTTP proxy.
    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