Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the dialog context if the message was sent on an early dialog.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property DialogContext As SipDialogContext
Get
'Usage
Dim instance As RequestOrResponseReceivedEventArgs
Dim value As SipDialogContext
value = instance.DialogContext
public SipDialogContext DialogContext { get; }
Property Value
Type: Microsoft.Rtc.Signaling.SipDialogContext
Remarks
This property will be null for established dialogs.
See Also
Reference
RequestOrResponseReceivedEventArgs Class