Gets or sets the connection context to be used.

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

Syntax

Visual Basic (Declaration)
Public 
Property 
ConnectionContext 
As 

ConnectionContext
C#
public 

ConnectionContext 
ConnectionContext { 
get; 
set; }
Visual C++
public:
property 

ConnectionContext^ 
ConnectionContext {
	

ConnectionContext^ 
get ();
	
void 
set (

ConnectionContext^ 
value);
}
JavaScript
function get_
connectionContext();
function set_
connectionContext(
value);

Remarks

If the connection context is null, the platform will choose the default connection based on the context.

See Also