Gets the number of bytes transferred during the current transfer since the last time the event was raised.

Namespace:  Rebex.IO
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public ReadOnly Property BytesSinceLastEvent As Long
	Get
C#
public long BytesSinceLastEvent { get; }

Field Value

The number of bytes transferred since the last time the event was raised.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also