AwDialup.SentBytes Property

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

Home | Software & Source Code Library | About Us | Information Based on Law | Terms of Service
Software List | Product Price List | How to Buy | Order Form | FAQ | Site Map
Copyright (C) 2001-2012 Asterworld. All Rights Reserved.