RedirectingEventArgs.CurrentTarget Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the address of the current redirect. Can be null if there is no current target.
public:
abstract property Microsoft::Rtc::Signaling::RealTimeAddress ^ CurrentTarget { Microsoft::Rtc::Signaling::RealTimeAddress ^ get(); };
public abstract Microsoft.Rtc.Signaling.RealTimeAddress CurrentTarget { get; }
member this.CurrentTarget : Microsoft.Rtc.Signaling.RealTimeAddress
Public MustOverride ReadOnly Property CurrentTarget As RealTimeAddress