Xceed .NET Libraries Documentation
Xceed.SSH.Client Assembly / Xceed.SSH.Client Namespace / SFtpConnection Class
Members


In This Topic
    SFtpConnection Class
    In This Topic
    This class has been renamed to SFtpSession. Please change the name in your code. The class functionality is the same. Only the class name has changed.
    Syntax
    'Declaration
     
    <ObsoleteAttribute("The SFtpConnection class has been renamed to SFtpSession. Please change the name in your code. The class functionality is the same. Only the class name has changed.")>
    Public Class SFtpConnection 
       Inherits SFtpSession
       Implements System.IDisposable 
    'Usage
     
    Dim instance As SFtpConnection
    [Obsolete("The SFtpConnection class has been renamed to SFtpSession. Please change the name in your code. The class functionality is the same. Only the class name has changed.")]
    public class SFtpConnection : SFtpSession, System.IDisposable  
    Inheritance Hierarchy

    System.Object
       Xceed.SSH.Client.SFtpSession
          Xceed.SSH.Client.SFtpConnection

    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