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(未修改)。

适用于