RealTimeConnection.LocalEndpoint Property
Gets the local endpoint of this connection. This is valid only when the connection is connected.
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 RealTimeConnection
Dim value As IPEndPoint
value = instance.LocalEndpoint
public IPEndPoint LocalEndpoint { get; }
Property Value
Type: System.Net.IPEndPoint