Show / Hide Table of Contents

    Interface IFtpCommandMiddleware

    FTP command middleware.

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

    Methods

    | Improve this Doc View Source

    InvokeAsync(FtpExecutionContext, FtpCommandExecutionDelegate)

    Function that gets invoked for the middleware.

    Declaration
    Task InvokeAsync(FtpExecutionContext context, FtpCommandExecutionDelegate next)
    Parameters
    Type Name Description
    FtpExecutionContext context

    The context for the current FTP command.

    FtpCommandExecutionDelegate next

    The next middleware.

    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.