Xceed .NET Libraries Documentation
Xceed.Ftp Assembly / Xceed.Ftp Namespace / RepresentationType Enumeration


In This Topic
    RepresentationType Enumeration
    In This Topic
    Value representing the representation type to use when sending or receiving files.
    Syntax
    'Declaration
     
    Public Enum RepresentationType 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    'Usage
     
    Dim instance As RepresentationType
    public enum RepresentationType : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
    Members
    MemberValueDescription
    Ascii0The data will be sent/received using the standard 8-bit NVT-ASCII representation. This representation type is intended primarily for the transfer of text files.
    Binary1The data will be sent/received as contiguous bits which are packed into the 8-bit transfer bytes. This representation type is intended for the efficient storage and retrieval of files and for the transfer of binary data.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Ftp.RepresentationType

    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