MatchConditions クラス

定義

条件付き要求の HTTP オプションを指定します。

public class MatchConditions
type MatchConditions = class
Public Class MatchConditions
継承
MatchConditions
派生

コンストラクター

MatchConditions()

条件付き要求の HTTP オプションを指定します。

プロパティ

IfMatch

必要に応じて、一致する ETag を持つリソースに要求を制限します。

IfNoneMatch

必要に応じて、ETag と一致しないリソースに要求を制限します。

適用対象