Catalyst Internet Mail .NET

InternetDialer.StatusEventArgs Class

Provides data for the OnStatus event.

For a list of all members of this type, see InternetDialer.StatusEventArgs Members.

System.Object
   System.EventArgs
      SocketTools.InternetDialer.StatusEventArgs

[Visual Basic]
Public Class InternetDialer.StatusEventArgs
    Inherits EventArgs
[C#]
public class InternetDialer.StatusEventArgs : EventArgs

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

StatusEventArgs specifies the status code and a description of the status for the last status change that has occurred.

The OnStatus event occurs whenever the status of the dial-up networking connection changes.

Requirements

Namespace: SocketTools

Assembly: SocketTools.InternetDialer (in SocketTools.InternetDialer.dll)

See Also

InternetDialer.StatusEventArgs Members | SocketTools Namespace