Xceed .NET Libraries Documentation
Xceed.Ftp Assembly / Xceed.Ftp Namespace / FtpReply Class
Members


In This Topic
    FtpReply Class
    In This Topic
    Represents a reply received from the FTP server.
    Syntax
    'Declaration
     
    Public Class FtpReply 
    'Usage
     
    Dim instance As FtpReply
    public class FtpReply 
    Inheritance Hierarchy

    System.Object
       Xceed.Ftp.FtpReply

    Public Properties
     NameDescription
    Public PropertyGets the lines returned by the FTP server as a reply to a command.  
    Public PropertyGets the text following the last line of the full text returned by the FTP server without the reply code.  
    Public PropertyGets the reply code returned by the FTP server.  
    Public PropertyGets a value representing the type of reply received from the FTP server.  
    Top
    Public Methods
     NameDescription
    Public MethodReturns a string representing the reply received from the FTP server.  
    Top
    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