RequestOrResponseReceivedEventArgs.DialogContext Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the dialog context if the message was sent on an early dialog.
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
This property will be null for established dialogs.