Gets the current transfer speed in bytes transferred per second (or 0 if not available).

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

Syntax

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

Field Value

An estimate of the current speed in number of bytes per second.

Remarks

Value of 0 indicates that this information is not available.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also