SocketTools .NET Edition

InternetDialer.BytesIn Property

Gets the number of bytes that have been received by the dial-up networking device.

[Visual Basic]
Public ReadOnly Property BytesIn As Integer
[C#]
public int BytesIn {get;}

Property Value

An integer which specifies the number of bytes received.

Remarks

The BytesIn property returns the number of bytes that have been received by the dial-up networking device. If the control is unable to determine the number of bytes received, it will return a value of zero.

See Also

InternetDialer Class | SocketTools Namespace