Class FtpConnectionCommandReceivedEvent
This event object gets sent when a command was received.
Implements
Inherited Members
Namespace: FubarDev.FtpServer.Events
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public class FtpConnectionCommandReceivedEvent : IFtpConnectionEvent
Constructors
| Improve this Doc View SourceFtpConnectionCommandReceivedEvent(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 SourceCommand
Gets the received FTP command.
Declaration
public FtpCommand Command { get; }
Property Value
Type | Description |
---|---|
FtpCommand |