RedirectingEventArgs Class

Returns data from the [Redirecting] event.

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Microsoft.Rtc.Signaling..::..SipResponseReceivedEventArgs
      Microsoft.Rtc.Signaling..::..RedirectingEventArgs

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public MustInherit Class RedirectingEventArgs _
    Inherits SipResponseReceivedEventArgs
'Usage
Dim instance As RedirectingEventArgs
public abstract class RedirectingEventArgs : SipResponseReceivedEventArgs

Remarks

[RedirectingEventArgs] exposes the redirect target URI and lets the application try the URI depending on the [State] property.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

RedirectingEventArgs Members

Microsoft.Rtc.Signaling Namespace