RemotingClientProxy.AllowAutoRedirect Property

Definition

Gets or sets a value that indicates whether the automatic handling of server redirects is enabled.

public:
 property bool AllowAutoRedirect { bool get(); void set(bool value); };
public bool AllowAutoRedirect { get; set; }
member this.AllowAutoRedirect : bool with get, set
Public Property AllowAutoRedirect As Boolean

Property Value

A Boolean value that indicates whether the automatic handling of server redirects is enabled.

Applies to