Hangs up a dialup connection.
[Visual Basic]
Public Function HangUp() As Boolean
[C#]
public bool HangUp();
Return Value
Returns true if it succeeded; otherwise false.
Example
How to hang up a dialup connection.
dialup.HangUp()
dialup.HangUp();
See Also
AwDialupLE Class | Asterworld.Dialup Namespace