Gets information about the specific dialog on which the response is received.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
DialogContext 
As 

DialogContext
C#
public 

DialogContext 
DialogContext { 
get; }
Visual C++
public:
property 

DialogContext^ 
DialogContext {
	

DialogContext^ 
get ();
}
JavaScript
function get_
dialogContext();

Remarks

During call establishment, a session may have multiple dialogs. For example, it is not unusual to receive provisional responses coming from different remote endpoints on distinct early dialogs when making an outbound call that gets forked.

See Also