RequestOrResponseReceivedEventArgs.IsEarlyDialog Property
Gets whether the dialog is an early dialog.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property IsEarlyDialog As Boolean
Get
'Usage
Dim instance As RequestOrResponseReceivedEventArgs
Dim value As Boolean
value = instance.IsEarlyDialog
public bool IsEarlyDialog { get; }
Property Value
Type: System.Boolean
See Also
Reference
RequestOrResponseReceivedEventArgs Class