Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the remote endpoint associated with this exception, if available.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property RemoteEndpoint As IPEndPoint
Get
'Usage
Dim instance As TlsFailureException
Dim value As IPEndPoint
value = instance.RemoteEndpoint
public IPEndPoint RemoteEndpoint { get; }
Property Value
Type: System.Net.IPEndPoint
Remarks
This property may return null value if remote endpoint information is not available.