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 DialogContext associated with the provisional received.
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 ProvisionalResponseReceivedEventArgs
Dim value As SipDialogContext
value = instance.DialogContext
public SipDialogContext DialogContext { get; }
Property Value
Type: Microsoft.Rtc.Signaling.SipDialogContext
Remarks
The dialog context can be used to request a renegotiation on this dialog at a later time.
See Also
Reference
ProvisionalResponseReceivedEventArgs Class