RedirectingEventArgs.CurrentTarget Property
Gets the address of the current redirect. Can be null if there is no current target.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property CurrentTarget As RealTimeAddress
Get
'Usage
Dim instance As RedirectingEventArgs
Dim value As RealTimeAddress
value = instance.CurrentTarget
public abstract RealTimeAddress CurrentTarget { get; }
Property Value
Type: Microsoft.Rtc.Signaling.RealTimeAddress