SentBytes property

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

Syntax
Visual Basic

Public Readonly Property SentBytes As Long
C#

public long SentBytes  { get;}
Property value

The number of bytes sent so far.

See also