Gets the remote endpoint of this connection. This is valid only when the connection is connected.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
RemoteEndpoint 
As 
IPEndPoint
C#
public 
IPEndPoint 
RemoteEndpoint { 
get; }
Visual C++
public:
property 
IPEndPoint^ 
RemoteEndpoint {
	
IPEndPoint^ 
get ();
}
JavaScript
function get_
remoteEndpoint();

See Also