Gets or set the remote endpoint associated with this exception, if available.

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

Syntax

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

Remarks

This property may return null value if remote endpoint information is not available.

See Also