RemotingClientProxy::AllowAutoRedirect Property

 

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

Namespace:   System.Runtime.Remoting.Services
Assembly:  System.Runtime.Remoting (in System.Runtime.Remoting.dll)

public:
property bool AllowAutoRedirect {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

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

.NET Framework
Available since 1.1
Return to top
Show: