Gets the header type source from which this diversion context was derived.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
Source 
As 

DiversionContextSource
C#
public 

DiversionContextSource 
Source { 
get; }
Visual C++
public:
property 

DiversionContextSource 
Source {
	

DiversionContextSource 
get ();
}
JavaScript
function get_
source();

Remarks

Diversion context can be derived from various header type sources as specified in DiversionContextSource. Diversion context is extracted from headers in the following order: Diversion, CC-Diversion, HistoryInfo.

See Also