The RedirectingEventArgstype exposes the following members.

Methods

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

Properties

  Name Description
Action
Gets or sets the Action associated with the current redirect.
CurrentTarget
Gets the address of the current redirect. Can be null if there is no current target.
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.
Headers
Gets the list of headers to be added to the request for the redirected targets.
PreviousException
Gets the previous exception, if any.
ResponseData
Gets the response data for the event.
(Inherited from SipResponseReceivedEventArgs.)
Targets
Gets the address of the all the redirects.

See Also