Show / Hide Table of Contents

    Interface IEncodingFeature

    Encoding of commands, paths and/or names.

    Namespace: FubarDev.FtpServer.Features
    Assembly: FubarDev.FtpServer.Abstractions.dll
    Syntax
    public interface IEncodingFeature

    Properties

    | Improve this Doc View Source

    DefaultEncoding

    Gets the default encoding.

    Declaration
    Encoding DefaultEncoding { get; }
    Property Value
    Type Description
    Encoding
    | Improve this Doc View Source

    Encoding

    Gets or sets the encoding for commands and paths.

    Declaration
    Encoding Encoding { get; set; }
    Property Value
    Type Description
    Encoding
    | Improve this Doc View Source

    NlstEncoding

    Gets or sets the Encoding for the NLST command.

    Declaration
    Encoding NlstEncoding { get; set; }
    Property Value
    Type Description
    Encoding

    Methods

    | Improve this Doc View Source

    Reset()

    Reset all encodings to the default encoding.

    Declaration
    void Reset()
    • Improve this Doc
    • View Source
    Back to top
    Copyright © 2018 Fubar Development Junker
    Generated by DocFX
    Creative Commons License
    FluentMigrator Documentation by FluentMigrator Project is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.