SocketTools .NET Edition

InternetDialer.OnStatus Event

Occurs when the when the connection state changes.

[Visual Basic]
Public Event OnStatus As OnStatusEventHandler
[C#]
public event OnStatusEventHandler OnStatus;

Event Data

The event handler receives an argument of type InternetDialer.StatusEventArgs containing data related to this event. The following InternetDialer.StatusEventArgs properties provide information specific to this event.

Property Description
Description Gets a description of the current dial-up networking connection status.
Status Gets a value which specifies the current status of the dial-up networking connection.

Remarks

The OnStatus event is generated when the status of the connection changes. Typically this occurs when a connection is being established with a dial-up networking server.

See Also

InternetDialer Class | SocketTools Namespace