Show / Hide Table of Contents

    Class TlsEnableServerCommandHandler

    Handler for the TlsEnableServerCommand.

    Inheritance
    Object
    TlsEnableServerCommandHandler
    Implements
    IServerCommandHandler<TlsEnableServerCommand>
    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 TlsEnableServerCommandHandler : IServerCommandHandler<TlsEnableServerCommand>

    Constructors

    | Improve this Doc View Source

    TlsEnableServerCommandHandler(IFtpConnectionAccessor, IOptions<AuthTlsOptions>, Nullable<ILogger<TlsEnableServerCommandHandler>>)

    Initializes a new instance of the TlsEnableServerCommandHandler class.

    Declaration
    public TlsEnableServerCommandHandler(IFtpConnectionAccessor connectionAccessor, IOptions<AuthTlsOptions> options, ILogger<TlsEnableServerCommandHandler>? logger = default(ILogger<TlsEnableServerCommandHandler>? ))
    Parameters
    Type Name Description
    IFtpConnectionAccessor connectionAccessor

    The FTP connection accessor.

    IOptions<AuthTlsOptions> options

    Options for the AUTH TLS command.

    Nullable<ILogger<TlsEnableServerCommandHandler>> logger

    The logger.

    Methods

    | Improve this Doc View Source

    ExecuteAsync(TlsEnableServerCommand, CancellationToken)

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