Gets the connection used by this signaling session. For incoming sessions, this property can be used to determine the address of the inviter. For outgoing sessions, this property can be used to retrieve information about the connection used. This property can return null if the connection does not exist at the moment.

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

Syntax

Visual Basic (Declaration)
Public 
Property 
Connection 
As 

RealTimeConnection
C#
public 

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

RealTimeConnection^ 
Connection {
	

RealTimeConnection^ 
get ();
	
void 
set (

RealTimeConnection^ 
value);
}
JavaScript
function get_
connection();
function set_
connection(
value);

See Also