Gets the total number of bytes to be transferred (or
 Copy imageCopy Code
null
if not available).

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
 Copy imageCopy Code
null
indicates that this information is not available.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also