Show / Hide Table of Contents

    Interface IFtpMiddleware

    FTP middleware.

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

    Methods

    | Improve this Doc View Source

    InvokeAsync(FtpContext, FtpRequestDelegate)

    Function that gets invoked for the middleware.

    Declaration
    Task InvokeAsync(FtpContext context, FtpRequestDelegate next)
    Parameters
    Type Name Description
    FtpContext context

    The context for the current FTP command.

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