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
AwDialup Class | Asterworld.Dialup Namespace