IsEndpointTarget Property

Gets whether this address targets a specific endpoint.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public ReadOnly Property IsEndpointTarget As Boolean
    Get
'Usage
Dim instance As RealTimeAddress
Dim value As Boolean

value = instance.IsEndpointTarget
public bool IsEndpointTarget { get; }

Property Value

Type: System..::..Boolean
true if the target is for a device (when [URI] is [GRUU] or [EPID] exists in this address), otherwise false.

See Also

Reference

RealTimeAddress Class

RealTimeAddress Members

Microsoft.Rtc.Signaling Namespace