WebClientProgressChangedEventArgs.BytesTotal Property
Namespace: Rebex.Net
Assembly: Rebex.Http.dll (version 7.0.9083)
BytesTotal
Gets the total number of bytes to be transferred (or
null
if not available).
Declaration
public long? BytesTotal { get; }
Property Value
Type | Description |
---|---|
Nullable<Int64> | Total number of bytes to be transferred. |
Remarks
Value of
null
indicates that this information is not available.