RedirectingEventArgs Class
Exposes the redirect target URI and lets the application try the URI depending upon the State property.
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
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.