Class FtpConnectionDataTransferStoppedEvent
This event object gets sent when a data transfer was stopped.
Implements
Inherited Members
Namespace: FubarDev.FtpServer.Events
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public class FtpConnectionDataTransferStoppedEvent : IFtpConnectionEvent
Constructors
| Improve this Doc View SourceFtpConnectionDataTransferStoppedEvent(String)
Initializes a new instance of the FtpConnectionDataTransferStoppedEvent class.
Declaration
public FtpConnectionDataTransferStoppedEvent(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 |