TransferDriverHasherFactory Property
If this delegate is provided, a reference hash will be computed while reading the file. The hash can be obtained
through
ReferenceHash property after completed execution. In addition, when
VerifyHash, each
worker will perform a 2nd-pass hash verification.
Namespace: Quine.FileTransferAssembly: Quine.FileTransfer (in Quine.FileTransfer.dll) Version: 1.0.0+6efd94d5454131cfac18f827c2a4172cb83f1e24
public Func<ITransferHasher>? HasherFactory { get; set; }
Property Value
FuncITransferHasher