Gets the connection currently used for this call. This can be null.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
Connection 
As 

RealTimeConnection
C#
public 

RealTimeConnection 
Connection { 
get; }
Visual C++
public:
property 

RealTimeConnection^ 
Connection {
	

RealTimeConnection^ 
get ();
}
JavaScript
function get_
connection();

Remarks

Note that the connection can change during the lifetime of the call.

See Also