Gets the size of sent data.
[Visual Basic]
Public ReadOnly Property SentBytes As Integer
[C#]
public int SentBytes {get;}
Property Value
Value that indicates the size of sent data. The unit to be used is byte.
Example
How to get the size of sent data.
Dim size As Integer = dialup.SentBytes
int size = dialup.SentBytes;
See Also
AwDialup Class | Asterworld.Dialup Namespace