Gets the connection to be authorized.

Namespace:  Microsoft.Rtc.Signaling
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

The application can store some context data in the ApplicationContext property of the connection so that this data can be retrieved when incoming calls are processed.

See Also