Show / Hide Table of Contents

    Interface IFtpCommandDispatcher

    Interface for a FTP command dispatcher.

    Namespace: FubarDev.FtpServer.Commands
    Assembly: FubarDev.FtpServer.Abstractions.dll
    Syntax
    public interface IFtpCommandDispatcher

    Methods

    | Improve this Doc View Source

    DispatchAsync(FtpContext, CancellationToken)

    Passes the FTP commands to the handlers.

    Declaration
    Task DispatchAsync(FtpContext context, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    FtpContext context

    The context for the FTP command execution.

    CancellationToken cancellationToken

    The cancellation token.

    Returns
    Type Description
    Task

    The task.

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