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