ConnectionDroppedEventArgs.Reason

The Reason property contains a ConnectionDroppedReason enumeration value indicating the reason for the dropped connection.

Syntax

[C#]

  Copy imageCopy Code
public ConnectionDroppedReason Reason {get;}

Syntax

[Visual Basic .NET]

  Copy imageCopy Code
Public ReadOnly Property Reason As ConnectionDroppedReason

Requirements

Redistributable: Requires Microsoft Lync Server 2010

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also