Show / Hide Table of Contents

    Interface IFtpHostSelector

    Interface to select an FTP host or get the selected FTP host.

    Namespace: FubarDev.FtpServer
    Assembly: FubarDev.FtpServer.Abstractions.dll
    Syntax
    public interface IFtpHostSelector

    Properties

    | Improve this Doc View Source

    SelectedHost

    Gets the selected FTP host.

    Declaration
    IFtpHost SelectedHost { get; }
    Property Value
    Type Description
    IFtpHost

    Methods

    | Improve this Doc View Source

    SelectHostAsync(HostInfo, CancellationToken)

    Selects the new FTP host.

    Declaration
    Task<IFtpResponse> SelectHostAsync(HostInfo hostInfo, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    HostInfo hostInfo

    The host to select.

    CancellationToken cancellationToken

    The cancellation token.

    Returns
    Type Description
    Task<IFtpResponse>

    The FTP response for the HOST command.

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