Show / Hide Table of Contents

    Delegate FtpResponseAfterWriteAsyncDelegate

    Delegate to be called after a response was written.

    Namespace: FubarDev.FtpServer
    Assembly: FubarDev.FtpServer.Abstractions.dll
    Syntax
    [Obsolete("Use a custom server command.")]
    public delegate Task<IFtpResponse? > FtpResponseAfterWriteAsyncDelegate(IFtpConnection connection, CancellationToken cancellationToken);
    Parameters
    Type Name Description
    IFtpConnection connection

    The FTP connection.

    CancellationToken cancellationToken

    The cancellation token.

    Returns
    Type Description
    Task<Nullable<IFtpResponse>>

    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.