Show / Hide Table of Contents

    Class FoundFeatureInfo

    Found feature information.

    Inheritance
    Object
    FoundFeatureInfo
    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 FoundFeatureInfo

    Constructors

    | Improve this Doc View Source

    FoundFeatureInfo(IAuthenticationMechanism, IFeatureInfo)

    Initializes a new instance of the FoundFeatureInfo class.

    Declaration
    public FoundFeatureInfo(IAuthenticationMechanism authMechanism, IFeatureInfo featureInfo)
    Parameters
    Type Name Description
    IAuthenticationMechanism authMechanism

    The authentication mechanism.

    IFeatureInfo featureInfo

    The feature information.

    | Improve this Doc View Source

    FoundFeatureInfo(IFtpCommandHandlerExtensionInformation, IFeatureInfo)

    Initializes a new instance of the FoundFeatureInfo class.

    Declaration
    public FoundFeatureInfo(IFtpCommandHandlerExtensionInformation extensionInfo, IFeatureInfo featureInfo)
    Parameters
    Type Name Description
    IFtpCommandHandlerExtensionInformation extensionInfo

    The FTP command handler extension information.

    IFeatureInfo featureInfo

    The feature information.

    | Improve this Doc View Source

    FoundFeatureInfo(IFtpCommandHandlerInformation, IFeatureInfo)

    Initializes a new instance of the FoundFeatureInfo class.

    Declaration
    public FoundFeatureInfo(IFtpCommandHandlerInformation commandHandlerInfo, IFeatureInfo featureInfo)
    Parameters
    Type Name Description
    IFtpCommandHandlerInformation commandHandlerInfo

    The FTP command handler information.

    IFeatureInfo featureInfo

    The feature information.

    Properties

    | Improve this Doc View Source

    AuthenticationMechanism

    Gets the authentication mechanism.

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

    CommandHandlerInfo

    Gets the FTP command handler information.

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

    ExtensionInfo

    Gets the FTP command handler extension information.

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

    FeatureInfo

    Gets the feature information.

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

    IsAuthenticationMechanism

    Gets a value indicating whether AuthenticationMechanism is set.

    Declaration
    public bool IsAuthenticationMechanism { get; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    IsCommandHandler

    Gets a value indicating whether CommandHandlerInfo is set.

    Declaration
    public bool IsCommandHandler { get; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    IsExtension

    Gets a value indicating whether ExtensionInfo is set.

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