Pop3TransferProgressEventArgs.BytesTransferred Property
Namespace: Rebex.Net
Assembly: Rebex.Pop3.dll (version 7.0.9313)
BytesTransferred
Gets the total number of bytes transferred during the current transfer.
Declaration
public long BytesTransferred { get; }Property Value
| Type | Description | 
|---|---|
| Int64 | The number of bytes transferred. |