Xceed .NET Libraries Documentation
Xceed.SSH.Client Assembly / Xceed.SSH.Client Namespace / HttpReply Class / Lines Property


In This Topic
    Lines Property (HttpReply)
    In This Topic
    Gets the lines returned by a HTTP proxy server without the response's body.
    Syntax
    'Declaration
     
    Public ReadOnly Property Lines As IList(Of String)
    'Usage
     
    Dim instance As HttpReply
    Dim value As IList(Of String)
     
    value = instance.Lines
    public IList<string> Lines {get;}

    Property Value

    A StringList containing a list of all the lines returned by the HTTP proxy server, excluding the response's body of a reply.
    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