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


In This Topic
    ReplyReceivedEventArgs Class
    In This Topic
    Provides information on the reply that has been received from the FTP server.
    Syntax
    'Declaration
     
    Public Class ReplyReceivedEventArgs 
       Inherits System.EventArgs
    'Usage
     
    Dim instance As ReplyReceivedEventArgs
    public class ReplyReceivedEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          Xceed.Ftp.ReplyReceivedEventArgs

    Public Properties
     NameDescription
    Public PropertyGets the reply that was 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