LocalEndpoint Property
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property LocalEndpoint As IPEndPoint
Get
Set
'Usage
Dim instance As TlsFailureException
Dim value As IPEndPoint
value = instance.LocalEndpoint
instance.LocalEndpoint = value
public IPEndPoint LocalEndpoint { get; set; }
Property Value
Type: System.Net..::..IPEndPoint