RasAutoDialManager Members

DotRas SDK

Collapse image Expand Image Copy image CopyHover image

The RasAutoDialManager type exposes the following members.

Constructors

  Name Description
Public method RasAutoDialManager()()()()
Initializes a new instance of the RasAutoDialManager class.
Public method RasAutoDialManager(IContainer)
Initializes a new instance of the RasAutoDialManager class.

Methods

  Name Description
Public method CreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public method Dispose
Releases all resources used by the Component.
(Inherited from Component.)
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method InitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public method IsAutoDialEnabled
Indicates whether AutoDial is enabled for a specific TAPI dialing location.
Public method ToString
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from Component.)
Public method UpdateAutoDialStatus
Updates the AutoDial status for a specific TAPI dialing location.

Properties

  Name Description
Public property Addresses
Gets the collection of addresses in the AutoDial database.
Public property ConnectionQueryTimeout
Gets or sets the length of time (in seconds) before the connection attempt is aborted.
Public property Container
Gets the IContainer that contains the Component.
(Inherited from Component.)
Public property DisableConnectionQuery
Gets or sets a value indicating whether AutoDial displays a dialog box to query the user before creating a connection.
Public property FailedConnectionTimeout
Gets or sets the length of time (in seconds) between AutoDial connection attempts.
Public property LogOnSessionDisable
Gets or sets a value indicating whether the system disables all AutoDial connections for the current logon session.
Public property SavedAddressesLimit
Gets or sets the maximum number of addresses that AutoDial stores in the registry.
Public property Site
Gets or sets the ISite of the Component.
(Inherited from Component.)

Events

  Name Description
Public event Disposed
Occurs when the component is disposed by a call to the Dispose()()()() method.
(Inherited from Component.)

See Also