IsConnected Property (Read Only)

Returns true or false, depending on whether the RAS connection state is connected or not.

Syntax

object.IsConnected

The IsConnected property syntax has these parts:

Part
Description
object An object expression that evaluates to the EasyDial control.

Remarks

This property is used to check whether the RAS connection is connected or not.  After the remote access process, the only way to find out if a connection is dropped or hung up is by checking periodically the value of IsConnected property. If the property becomes false, it means that the connection has been disconnected.

 
Copyright © 2000-2001 Zhenyang Zhu
All rights reserved.