Sdílet prostřednictvím


TlsFailureException.LocalEndpoint Property

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.

See Also

Reference

TlsFailureException Class

TlsFailureException Members

Microsoft.Rtc.Signaling Namespace