Show / Hide Table of Contents

    Class DataConnectionServerCommandHandler

    Handler for the DataConnectionServerCommand.

    Inheritance
    Object
    DataConnectionServerCommandHandler
    Implements
    IServerCommandHandler<DataConnectionServerCommand>
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: FubarDev.FtpServer.ServerCommandHandlers
    Assembly: FubarDev.FtpServer.dll
    Syntax
    public class DataConnectionServerCommandHandler : IServerCommandHandler<DataConnectionServerCommand>

    Constructors

    | Improve this Doc View Source

    DataConnectionServerCommandHandler(IFtpConnectionAccessor, Nullable<ILogger<DataConnectionServerCommandHandler>>)

    Initializes a new instance of the DataConnectionServerCommandHandler class.

    Declaration
    public DataConnectionServerCommandHandler(IFtpConnectionAccessor connectionAccessor, ILogger<DataConnectionServerCommandHandler>? logger = default(ILogger<DataConnectionServerCommandHandler>? ))
    Parameters
    Type Name Description
    IFtpConnectionAccessor connectionAccessor

    The FTP connection accessor.

    Nullable<ILogger<DataConnectionServerCommandHandler>> logger

    The logger.

    Methods

    | Improve this Doc View Source

    ExecuteAsync(DataConnectionServerCommand, CancellationToken)

    Declaration
    public Task ExecuteAsync(DataConnectionServerCommand command, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    DataConnectionServerCommand command
    CancellationToken cancellationToken
    Returns
    Type Description
    Task

    Implements

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