RemotingClientProxy.AllowAutoRedirect 속성
정의
서버 리디렉션 자동 처리가 활성화되어 있는지 여부를 나타내는 값을 가져오거나 설정합니다.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
속성 값
서버 리디렉션 자동 처리가 활성화되어 있는지 여부를 나타내는 부울 값입니다.A Boolean value that indicates whether the automatic handling of server redirects is enabled.