ReceivedBytes property

Returns the number of bytes received so far. This information is updated for all states.

Syntax
Visual Basic
Public Readonly Property ReceivedBytes As Long
C#
public long ReceivedBytes { get;}
Property value

The number of bytes received so far.

See also