Share via


RedirectingEventArgs.DisableAutomaticRedirection Property

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.

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

Syntax

'Declaration
Public Property DisableAutomaticRedirection As Boolean
    Get
    Set
'Usage
Dim instance As RedirectingEventArgs
Dim value As Boolean

value = instance.DisableAutomaticRedirection

instance.DisableAutomaticRedirection = value
public bool DisableAutomaticRedirection { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

RedirectingEventArgs Class

RedirectingEventArgs Members

Microsoft.Rtc.Signaling Namespace