RedirectionType.UseIntermediary 속성

정의

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

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

속성 값

RedirectionType

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

설명

중간 리디렉션 사용은 요청된 리소스를 HTTP 프록시 서버와 같은 중간 서비스를 통해 액세스해야 함을 나타냅니다. 이것은 HTTP 상태 코드 305(프록시 사용)에 해당합니다.

적용 대상