Show / Hide Table of Contents

    Class FtpExecutionContext

    A specialized context for the IFtpCommandMiddleware.

    Inheritance
    Object
    FtpContext
    FtpExecutionContext
    Inherited Members
    FtpContext.Command
    FtpContext.Connection
    FtpContext.ServerCommandWriter
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: FubarDev.FtpServer.Commands
    Assembly: FubarDev.FtpServer.Abstractions.dll
    Syntax
    public class FtpExecutionContext : FtpContext

    Constructors

    | Improve this Doc View Source

    FtpExecutionContext(FtpContext, IFtpCommandBase, CancellationToken)

    Initializes a new instance of the FtpExecutionContext class.

    Declaration
    public FtpExecutionContext(FtpContext ftpContext, IFtpCommandBase commandHandler, CancellationToken commandAborted)
    Parameters
    Type Name Description
    FtpContext ftpContext

    The FTP context.

    IFtpCommandBase commandHandler

    The FTP command handler.

    CancellationToken commandAborted

    The cancellation token signalling an aborted command.

    Properties

    | Improve this Doc View Source

    CommandAborted

    Gets the cancellation token for an aborted command.

    Declaration
    public CancellationToken CommandAborted { get; }
    Property Value
    Type Description
    CancellationToken
    | Improve this Doc View Source

    CommandHandler

    Gets the selected command handler.

    Declaration
    public IFtpCommandBase CommandHandler { get; }
    Property Value
    Type Description
    IFtpCommandBase
    • 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.