SocketWrench .NET Edition

InternetDialer.BytesOut Property

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

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

Property Value

An integer which specifies the number of bytes transmitted.

Remarks

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

See Also

InternetDialer Class | SocketTools Namespace