RemotingClientProxy.AllowAutoRedirect 属性

定义

获取或设置一个值,该值指示是否启用服务器重定向的自动处理。

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

属性值

一个布尔值,指示是否启用服务器重定向的自动处理。

适用于