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 local 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 LocalEndpoint As IPEndPoint
Get
'Usage
Dim instance As TlsFailureException
Dim value As IPEndPoint
value = instance.LocalEndpoint
public IPEndPoint LocalEndpoint { get; }
Property Value
Type: System.Net.IPEndPoint
Remarks
This property may return null value if local endpoint information is not available.