HttpWorkerRequest.HeaderIfNoneMatch 字段

定义

指定 If-None-MatchHTTP 标头的索引号。Specifies the index number for the If-None-Match HTTP header.

public: int HeaderIfNoneMatch = 31;
public const int HeaderIfNoneMatch = 31;
val mutable HeaderIfNoneMatch : int
Public Const HeaderIfNoneMatch As Integer  = 31

字段值

Int32

注解

.NET Framework 为每个标准 HTTP 标头类型分配索引号,以便在 GetKnownRequestHeader 和方法中使用 SendKnownResponseHeaderThe .NET Framework assigns an index number to each standard HTTP header type, for use in the GetKnownRequestHeader and SendKnownResponseHeader methods.

适用于