AwDialupLE.ConnectSpeed Property

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

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.