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.

Definition

Namespace: Quine.FileTransfer
Assembly: Quine.FileTransfer (in Quine.FileTransfer.dll) Version: 1.0.0+6efd94d5454131cfac18f827c2a4172cb83f1e24
C#
public Func<ITransferHasher>? HasherFactory { get; set; }

Property Value

FuncITransferHasher

See Also