Gets the total number of bytes to be transferred (or
if not available).
Copy Code | |
---|---|
null |
Namespace:
Rebex.Net
Assembly:
Rebex.Http (in Rebex.Http.dll)
Syntax
Visual Basic |
---|
Public Property BytesTotal As Nullable(Of Long) Get Private Set |
C# |
---|
public Nullable<long> BytesTotal { get; private set; } |
Field Value
Total number of bytes to be transferred.Remarks
Value of
indicates that this information is not available.
Copy Code | |
---|---|
null |