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