Gets the state of the dialup connection.
[Visual Basic]
Public ReadOnly Property Connected As Boolean
[C#]
public bool Connected {get;}
Property Value
true if it is being connected; otherwise, false.
Example
How to get the state of the dialup connection.
Dim state As Boolean = dialup.Connected
bool state = dialup.Connected;
See Also
AwDialupLE Class | Asterworld.Dialup Namespace