RedirectionType.Cache 屬性

定義

取得表示快取重新導向型別的 RedirectionType

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

屬性值

快取重新導向型別。

備註

快取重新導向表示是否應使用來自先前要求的回應。 這等同於使用 HTTP 狀態碼 304 (未修改)

適用於