Exposes the redirect target URI and lets the application try the URI depending upon the State property.

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

Syntax

Visual Basic (Declaration)
Public 
MustInherit 
Class 
RedirectingEventArgs _
	
Inherits 

SipResponseReceivedEventArgs
C#
public 
abstract 
class 
RedirectingEventArgs : 

SipResponseReceivedEventArgs
Visual C++
public 
ref class 
RedirectingEventArgs 
abstract : 
public 

SipResponseReceivedEventArgs
JavaScript

Microsoft.Rtc.Signaling.RedirectingEventArgs = 
function();

Type.createClass(
		'Microsoft.Rtc.Signaling.RedirectingEventArgs',
	

Microsoft.Rtc.Signaling.SipResponseReceivedEventArgs);

Inheritance Hierarchy

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

See Also