SocketWrench .NET Edition

InternetDialer.ConnectSpeed Property

Gets the line speed for the current dial-up networking connection.

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

Property Value

An integer value which specifies the connection speed.

Remarks

The ConnectSpeed property returns the speed, in bytes per second, at which the current dial-up networking device has established a connection. If the class is unable to determine the connection speed, it will return a value of zero.

See Also

InternetDialer Class | SocketTools Namespace