다음을 통해 공유


RedirectionType.Resource 속성

정의

리소스 리디렉션 형식을 나타내는 RedirectionType을 가져옵니다.

public:
 static property System::ServiceModel::Channels::RedirectionType ^ Resource { System::ServiceModel::Channels::RedirectionType ^ get(); };
public static System.ServiceModel.Channels.RedirectionType Resource { get; }
member this.Resource : System.ServiceModel.Channels.RedirectionType
Public Shared ReadOnly Property Resource As RedirectionType

속성 값

RedirectionType

리소스 리디렉션 형식입니다.

설명

리소스 리디렉션은 요청된 리소스가 지정된 위치에 재배치되었음을 나타냅니다. 한 위치를 지정하면 선택한 RedirectionDuration에 따라 HTTP 상태 코드 301(영구적 이동) 또는 307(임시 리디렉션)에 매핑됩니다. 여러 위치를 지정하면 300(다중 선택) HTTP 상태 코드에 매핑됩니다. RedirectionType의 기본값입니다.

적용 대상