Share via


RedirectingEventArgs Members

Include Protected Members
Include Inherited Members

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

The RedirectingEventArgs type exposes the following members.

Properties

  Name Description
Public property Action Gets or sets the Action associated with the current redirect.
Public property CurrentTarget Gets the address of the current redirect. Can be null if there is no current target.
Public property DisableAutomaticRedirection Gets or sets the value indicating whether the application wants the disable automatic redirection based on the redirect action set in this event arg after returning from the redirect callback handler of the application. If disabled, the application takes the responsibility to store this event arg, set the redirect action later, and call ResumeRedirection. Failure to do so will result in the pending Particpate method hanging.
Public property Headers Gets the list of headers to add to the next set of targets.
Public property PreviousException Gets the previous exception, if any.
Public property ResponseData Gets the response data for the event. (inherited from SipResponseReceivedEventArgs)
Public property Targets Gets the address of the all the redirects.

Top

Methods

  Name Description
Public method Equals (inherited from Object)
Protected method Finalize (inherited from Object)
Public method GetHashCode (inherited from Object)
Public method GetType (inherited from Object)
Protected method MemberwiseClone (inherited from Object)
Public method ResumeRedirection Resumes redirection work if it was delayed originally. This method can be called only once per redirect event raised.
Public method ToString (inherited from Object)

Top

See Also

Reference

RedirectingEventArgs Class

Microsoft.Rtc.Signaling Namespace