Gets the connection speed.
[Visual Basic]
Public ReadOnly Property ConnectSpeed As Integer
[C#]
public int ConnectSpeed {get;}
Property Value
Value that indicates connection speed. The unit to be used is BPS.
Example
How to get the connection speed.
Dim speed As Integer = dialup.ConnectSpeed
int speed = dialup.ConnectSpeed;
See Also
AwDialupLE Class | Asterworld.Dialup Namespace