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


    Lines Property (HttpReply)
    Gets the lines returned by the HTTP proxy server without the response's body.
    Syntax
    'Declaration
     
    Public ReadOnly Property Lines As StringList
     
    'Usage
     
    Dim instance As HttpReply
    Dim value As StringList
     
    value = instance.Lines

    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