ITransferBufferData Property

Memory block from which the consumers read data. It is a prefix of Memory, i.e., it may have shorter length. This occurs only for the last block of the file.

Definition

Namespace: Quine.FileTransfer
Assembly: Quine.FileTransfer (in Quine.FileTransfer.dll) Version: 1.0.0+6efd94d5454131cfac18f827c2a4172cb83f1e24
C#
Memory<byte> Data { get; }

Property Value

MemoryByte

See Also