AwDialupLE.ConnectDuration Property

Gets the connection time.

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

Property Value

Value that indicates the connection time. The unit to be used is millisecond.

Example

How to get connection time.

Dim second As Integer = dialup.ConnectDuration / 1000
int second = dialup.ConnectDuration / 1000;

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.