Class FtpConnectionDataTransferStartedEvent
This event object gets sent when a data transfer was started.
Implements
Inherited Members
Namespace: FubarDev.FtpServer.Events
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public class FtpConnectionDataTransferStartedEvent : IFtpConnectionEvent
Constructors
| Improve this Doc View SourceFtpConnectionDataTransferStartedEvent(String)
Initializes a new instance of the FtpConnectionDataTransferStartedEvent class.
Declaration
public FtpConnectionDataTransferStartedEvent(string transferId)
Parameters
| Type | Name | Description |
|---|---|---|
| String | transferId | The transfer ID. |
Properties
| Improve this Doc View SourceTransferId
Gets the transfer ID.
Declaration
public string TransferId { get; }
Property Value
| Type | Description |
|---|---|
| String |