The ConnectionDroppedEventArgsclass defines the object that is returned by the ConnectionDropped event.

The ConnectionDroppedEventArgsclass is derived from the System.EventArgsclass.

The ConnectionDroppedEventArgstype exposes the following members.

Constructors

  Name Description
Public method ConnectionDroppedEventArgs The ConnectionDroppedEventArgsconstructor creates a new instance of the ConnectionDroppedEventArgs class, with a ConnectionDroppedReason value that indicates the reason for the dropped connection.
Top

Properties

  Name Description
Public property Reason The Reasonproperty contains a ConnectionDroppedReason enumeration value that indicates the reason for the dropped connection.
Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Top

See also