Show / Hide Table of Contents

    Interface IFeatureHost

    Interface for something that may host FTP features.

    Namespace: FubarDev.FtpServer
    Assembly: FubarDev.FtpServer.Abstractions.dll
    Syntax
    [Obsolete("FTP command handlers (and other types) are now annotated with attributes implementing IFeatureInfo.")]
    public interface IFeatureHost

    Methods

    | Improve this Doc View Source

    GetSupportedFeatures(IFtpConnection)

    Gets a collection of features supported by this command handler.

    Declaration
    [Obsolete("FTP command handlers (and other types) are now annotated with attributes implementing IFeatureInfo.")]
    IEnumerable<IFeatureInfo> GetSupportedFeatures(IFtpConnection connection)
    Parameters
    Type Name Description
    IFtpConnection connection

    The FTP connection.

    Returns
    Type Description
    IEnumerable<IFeatureInfo>

    A list of features supported by this command handler.

    • 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.