Show / Hide Table of Contents

    Class SendResponseServerCommandHandler

    Command handler for the SendResponseServerCommand.

    Inheritance
    Object
    SendResponseServerCommandHandler
    Implements
    IServerCommandHandler<SendResponseServerCommand>
    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 SendResponseServerCommandHandler : IServerCommandHandler<SendResponseServerCommand>

    Constructors

    | Improve this Doc View Source

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

    Initializes a new instance of the SendResponseServerCommandHandler class.

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

    The FTP connection accessor.

    Nullable<ILogger<SendResponseServerCommandHandler>> logger

    The logger.

    Methods

    | Improve this Doc View Source

    ExecuteAsync(SendResponseServerCommand, CancellationToken)

    Declaration
    public Task ExecuteAsync(SendResponseServerCommand command, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    SendResponseServerCommand 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.