Edit

Share via


ProvisionalResponseReceivedEventArgs.DialogContext Property

Definition

Gets the DialogContext associated with the provisional received.

public:
 property Microsoft::Rtc::Signaling::SipDialogContext ^ DialogContext { Microsoft::Rtc::Signaling::SipDialogContext ^ get(); };
public Microsoft.Rtc.Signaling.SipDialogContext DialogContext { get; }
member this.DialogContext : Microsoft.Rtc.Signaling.SipDialogContext
Public ReadOnly Property DialogContext As SipDialogContext

Property Value

Remarks

The dialog context can be used to request a renegotiation on this dialog at a later time.

Applies to