Show / Hide Table of Contents

    Class DataConnectionServerCommand

    Command to be called when data gets send over FTP-DATA.

    Inheritance
    Object
    DataConnectionServerCommand
    Implements
    IServerCommand
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: FubarDev.FtpServer.ServerCommands
    Assembly: FubarDev.FtpServer.Abstractions.dll
    Syntax
    public class DataConnectionServerCommand : IServerCommand

    Constructors

    | Improve this Doc View Source

    DataConnectionServerCommand(AsyncDataConnectionDelegate, FtpCommand)

    Initializes a new instance of the DataConnectionServerCommand class.

    Declaration
    public DataConnectionServerCommand(AsyncDataConnectionDelegate dataConnectionDelegate, FtpCommand command)
    Parameters
    Type Name Description
    AsyncDataConnectionDelegate dataConnectionDelegate

    The delegate to be called with the data connection.

    FtpCommand command

    The command initiation the data connection operation.

    Properties

    | Improve this Doc View Source

    Command

    Gets the command initiation the data connection operation.

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

    DataConnectionDelegate

    Gets the delegate to be called with the data connection.

    Declaration
    public AsyncDataConnectionDelegate DataConnectionDelegate { get; }
    Property Value
    Type Description
    AsyncDataConnectionDelegate

    Methods

    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()

    Implements

    IServerCommand
    • 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.