CurrentTarget Property

Gets the address of the current redirect.

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

Remarks

Can be nullNothingnullptrunita null reference (Nothing in Visual Basic) if there is no current target.

See Also

Reference

RedirectingEventArgs Class

RedirectingEventArgs Members

Microsoft.Rtc.Signaling Namespace