Xceed .NET Libraries Documentation
Xceed.Ftp Assembly / Xceed.Ftp Namespace / FtpClient Class / Encoding Property


In This Topic
    Encoding Property (FtpClient)
    In This Topic
    Gets or sets the System.Text.Encoding that is used to encode commands sent to the server, and decode replies and folder listings received from the server.
    Syntax
    'Declaration
     
    Public Property Encoding As Encoding
    'Usage
     
    Dim instance As FtpClient
    Dim value As Encoding
     
    instance.Encoding = value
     
    value = instance.Encoding
    public Encoding Encoding {get; set;}

    Property Value

    An Encoding value representing the encoding format. By default, System.Text.Encoding.UTF8.
    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