Show / Hide Table of Contents

    Class FtpCommandSelection

    Information about the selected FTP command handler.

    Inheritance
    Object
    FtpCommandSelection
    Inherited Members
    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 FtpCommandSelection

    Constructors

    | Improve this Doc View Source

    FtpCommandSelection(IFtpCommandBase, IFtpCommandInformation)

    Initializes a new instance of the FtpCommandSelection class.

    Declaration
    public FtpCommandSelection(IFtpCommandBase handler, IFtpCommandInformation handlerInformation)
    Parameters
    Type Name Description
    IFtpCommandBase handler

    The FTP command handler.

    IFtpCommandInformation handlerInformation

    The FTP command handler information.

    Properties

    | Improve this Doc View Source

    Handler

    Gets the command handler.

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

    Information

    Gets a value indicating whether a successful login is required.

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