AwDialupLE.Connected Property

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

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.