Show / Hide Table of Contents

    Class CloseDataConnectionServerCommand

    Command to close the data connection.

    Inheritance
    Object
    CloseDataConnectionServerCommand
    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 CloseDataConnectionServerCommand : IServerCommand

    Constructors

    | Improve this Doc View Source

    CloseDataConnectionServerCommand(IFtpDataConnection)

    Initializes a new instance of the CloseDataConnectionServerCommand class.

    Declaration
    public CloseDataConnectionServerCommand(IFtpDataConnection dataConnection)
    Parameters
    Type Name Description
    IFtpDataConnection dataConnection

    The data connection to be closed.

    Properties

    | Improve this Doc View Source

    DataConnection

    Gets the data connection to be closed.

    Declaration
    public IFtpDataConnection DataConnection { get; }
    Property Value
    Type Description
    IFtpDataConnection

    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.