SipSubscription.SubscriberEndpoint Property
Gets the endpoint of the subscriber who creates this subscription.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property SubscriberEndpoint As RealTimeEndpoint
Get
'Usage
Dim instance As SipSubscription
Dim value As RealTimeEndpoint
value = instance.SubscriberEndpoint
public RealTimeEndpoint SubscriberEndpoint { get; }
Property Value
Type: Microsoft.Rtc.Signaling.RealTimeEndpoint