Interface IFileTransferDescriptor
- Namespace
- SmarterLink.Core.FileTransfer
- Assembly
- SmarterLink.Core.dll
Represents an active file transfer operation (send or receive). Disposing the descriptor releases associated resources and deactivates the transfer.
public interface IFileTransferDescriptor : IDisposable
- Inherited Members
Properties
Location
The smarterlink:// location that identifies this transfer descriptor on the MQTT network.
Location Location { get; }