RedirectionType.Cache Property

Definition

Gets a RedirectionType that represents the cache redirection type.

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

Property Value

The cache redirection type.

Remarks

A cache redirection indicates that the response from a previous request should be used. This corresponds with the HTTP status code 304 (Not Modified)

Applies to