Class DownloadFileTransferFactory
Handles the download file transfer
Inheritance
System.Object
DownloadFileTransferFactory
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Catalyst.Core.Lib.FileTransfer
Assembly: Catalyst.Core.Lib.dll
Syntax
public sealed class DownloadFileTransferFactory : BaseFileTransferFactory<IDownloadFileInformation>, IDownloadFileTransferFactory, IFileTransferFactory<IDownloadFileInformation>
Constructors
| Improve this Doc View SourceDownloadFileTransferFactory(ILogger)
Declaration
public DownloadFileTransferFactory(ILogger logger)
Parameters
Type | Name | Description |
---|---|---|
ILogger | logger |
Methods
| Improve this Doc View SourceDoTransferAsync(IDownloadFileInformation)
Declaration
protected override Task DoTransferAsync(IDownloadFileInformation fileTransferInformation)
Parameters
Type | Name | Description |
---|---|---|
IDownloadFileInformation | fileTransferInformation |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Overrides
Catalyst.Core.Lib.FileTransfer.BaseFileTransferFactory<Catalyst.Abstractions.FileTransfer.IDownloadFileInformation>.DoTransferAsync(Catalyst.Abstractions.FileTransfer.IDownloadFileInformation)
|
Improve this Doc
View Source
DownloadChunk(TransferFileBytesRequest)
Declaration
public FileTransferResponseCodeTypes DownloadChunk(TransferFileBytesRequest transferFileBytesRequest)
Parameters
Type | Name | Description |
---|---|---|
TransferFileBytesRequest | transferFileBytesRequest |
Returns
Type | Description |
---|---|
FileTransferResponseCodeTypes |