RedirectionType.Cache 속성

정의

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

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

속성 값

RedirectionType

캐시 리디렉션 형식입니다.

설명

캐시 리디렉션은 이전 요청의 응답을 사용해야 함을 나타냅니다. 이것은 HTTP 상태 코드 304(수정 안 됨)에 해당합니다.

적용 대상