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

Visual Basic (Declaration)
Public 
MustOverride 
ReadOnly 
Property 
CurrentTarget 
As 

RealTimeAddress
C#
public 
abstract 

RealTimeAddress 
CurrentTarget { 
get; }
Visual C++
public:
virtual 
property 

RealTimeAddress^ 
CurrentTarget {
	

RealTimeAddress^ 
get () 
abstract;
}
JavaScript
function get_
currentTarget();

See Also