Show / Hide Table of Contents

    Class FtpConnectionCommandReceivedEvent

    This event object gets sent when a command was received.

    Inheritance
    Object
    FtpConnectionCommandReceivedEvent
    Implements
    IFtpConnectionEvent
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: FubarDev.FtpServer.Events
    Assembly: FubarDev.FtpServer.Abstractions.dll
    Syntax
    public class FtpConnectionCommandReceivedEvent : IFtpConnectionEvent

    Constructors

    | Improve this Doc View Source

    FtpConnectionCommandReceivedEvent(FtpCommand)

    Initializes a new instance of the FtpConnectionCommandReceivedEvent class.

    Declaration
    public FtpConnectionCommandReceivedEvent(FtpCommand command)
    Parameters
    Type Name Description
    FtpCommand command

    The received FTP command.

    Properties

    | Improve this Doc View Source

    Command

    Gets the received FTP command.

    Declaration
    public FtpCommand Command { get; }
    Property Value
    Type Description
    FtpCommand

    Implements

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