RequestConditions 类

定义

根据修改时间为条件请求指定 HTTP 选项。

public class RequestConditions : Azure.MatchConditions
type RequestConditions = class
    inherit MatchConditions
Public Class RequestConditions
Inherits MatchConditions
继承
RequestConditions
派生

构造函数

RequestConditions()

根据修改时间为条件请求指定 HTTP 选项。

属性

IfMatch

(可选)将请求限制为具有匹配 ETag 的资源。

(继承自 MatchConditions)
IfModifiedSince

(可选)将请求限制为自此时间点以来已修改的资源。

IfNoneMatch

(可选)将请求限制为与 ETag 不匹配的资源。

(继承自 MatchConditions)
IfUnmodifiedSince

(可选)将请求限制为未修改的资源。

适用于