Gets the endpoint associated with the session.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
Endpoint 
As 

RealTimeEndpoint
C#
public 

RealTimeEndpoint 
Endpoint { 
get; }
Visual C++
public:
property 

RealTimeEndpoint^ 
Endpoint {
	

RealTimeEndpoint^ 
get ();
}
JavaScript
function get_
endpoint();

See Also