WebListenerOptions.EnableResponseCaching プロパティ

定義

対象となるヘッダーを含む応答に対してカーネル モード キャッシュを試行します。 応答に Set-Cookie、Vary、または Pragma ヘッダーが含まれていない場合があります。 これには、Public と Shared-Max-Age または Max-Age 値、または Expires ヘッダーを含む Cache-Control ヘッダーが含まれている必要があります。

public:
 property bool EnableResponseCaching { bool get(); void set(bool value); };
public bool EnableResponseCaching { get; set; }
member this.EnableResponseCaching : bool with get, set
Public Property EnableResponseCaching As Boolean

プロパティ値

適用対象